Mohd Nazril Hafez Mohd Supandi
asked 8 years ago

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
DominicStaff
answered 8 years ago

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!

Mohd Nazril Hafez Mohd Supandi
replied 8 years ago

thanks 😀

Powered by DW Question & Answer Pro