I was making some tweaks using the Enfold Advanced Styling menu that caused the background in outside area of the sub-menu (its a mega-menu) to change color. I would like to change it so the grey area is white to be consistent with the rest of the dropdowns, but I can’t seem to find where this is set. Please let me know what I need to adjust to change the background color of this area. Thanks.
Hey!
Try adding this code to the Quick CSS:
#top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
background-color: white !important;
}
Cheers!
Josue