Hi
I can’t for the life of me figure out what CSS element needs to be modified to make the mega menu sub-navigation container background color the same as the mega menu basic background color. Currently the basic mega menu background is #f8f8f8 and the sub-navigation background container color is #ffffff. I want it to be #f8f8f8 (or none). I tried several options without success. When I get it to change, then the text turns white and I get no distinct color changes if hover any longer.
Here’s the link to my development website: http://www.herbalhealinginc.ca -” SHOP” and “WHOLESALE TEA” use mega menus.
Can you please help me figure this one out!
Thanks
Lyse
Hey tremblayly!
try to use this code in Quick CSS:
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
background: #f8f8f8;
}
Regards,
Andy
Hi Andy,
That worked great!
Thank you so very much
Lyse