Hi there at support
I’m struggling to make the megamenu do what I want.
I’m using the theme predefined color scheme “Cyan Header”.
I changed the submenu heading font with this:
.mega_menu_title.heading-color.av-special-font {color:#333333; font-weight:bold;}
But I can’t work out how to change the megamenu background color – it’s currently cyan #4ecac2. And the submenu item font styling seems to be using the same styling as the main menu items – #ffffff and 18px and I can’t work out how to change it
I tried this but it didn’t work:
.avia-mega-div {background-color:#ffffff; color:#333333; font-size:15px;}
Hope you can help.
Many thanks
Hey Frances,
Try using the following:
ul.sub-menu{
background: #xxxxxx !important;
}
#top #header .avia_mega_div .sub-menu li ul li a {
background: #xxxxxx !important;
}
Let me know if this works
Best regards,
Jordan Shannon