Home Forums Basel support forum Change menu background color

Change menu background color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1131

    quintenvanyperen
    Participant

    Hi,

    I would like to change the only the menu background color, not the entire header.
    Is there a way to do that?

    Thanks in advance!

    Q

    #1133

    Artem Temos
    Keymaster

    Hello,

    Thank you for creating the topic.

    Here is a code snippet that will help you. Add this to admin -> Theme Settings -> Custom CSS

    
    .navigation-wrap {
        background-color: #19A97E;
        border: none;
    }
    .main-nav .menu>li>a{
        color:white;
    }
    .main-nav .menu>li>a:hover,
    .main-nav .menu>li>a:focus {
        color:rgba(255,255,255,0.8)!important;
    }
    .main-nav .menu > li.menu-item-has-children > a:after {
        color:rgba(255,255,255,0.4);
    }
    .main-nav .menu > li.current-menu-item > a {
        color:white!important;
    }
    #1134

    quintenvanyperen
    Participant

    Thanks a lot!
    Great theme and excellent support! Thanks

    #1138

    Artem Temos
    Keymaster

    You are welcome, write us when you have any difficulties or issues with our theme.

    And we would be glad if you will rate our theme with 5 stars on themeforest in case you are satisfied with our theme and customer service http://themeforest.net/downloads

    Thank you in advance 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Change menu background color’ is closed to new replies.