hi sir,
how to change the mega menu background color?
right now, the default is white and turn to light gray when mouseover.
1 Answers
If you want to change the megamune background, you can add the following code to the style.css file:
.dw-mega-menu-open > .dw-mega-menu .dw-sub-menu {
background: #111;
}
li.dw-mega-menu-open > .dw-mega-menu {
background: #111;
}
.main-navigation .dw-mega-menu .dw-mega-menu-tabs .dw-mega-menu-tab-content {
background: #111;
}
.main-navigation .dw-mega-menu .dw-mega-menu-tabs {
background: #111;
}
Please send me your site for further checking, if you have any issues or questions.
Hope this helps!
thanks 😀
Please login or Register to submit your answer