I have my fixed background color header in blue but I need the mega menu background color to be white and not the same color.
Can you help with that?
Thanks in advance
Hey Monsoon!
Thank you for using Kriesi Themes
Please add the following css to your Quick CSS or custom.css
.main_menu{
background-color:#FFF;
}
Regards,
Arvish
NO that doesn t work, it changes the header’s color where the menus are but not the mega menu itself
Are the header AND the megamenu or drop downs are using the same tag ?
Never mind found it
#top #header .avia_mega_div ul, #top #header .avia_mega_div li {
background-color: #FFFFFF;
}