test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hoknight Friend
    #906517

    Hi,

    Can you tell me how to change the Collapse navigation button color?
    normal / hover / active

    Thanks.


    1. ScreenShot1047
    Pankaj Sharma Moderator
    #906582

    Hi
    Add below code in custom.css
    For normal

    .navbar-toggle {
        background: rgba(255, 255, 255, 0.1);
    }

    For hover

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(255, 255, 255, 0.2);
    }

    For active

    
    .navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active {
        background: rgba(255, 255, 255, 0.3);
        color: #ffffff;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum