Change menu background color
-
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
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;
}
Thanks a lot!
Great theme and excellent support! Thanks
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 🙂
The topic ‘Change menu background color’ is closed to new replies.