How do I change the submenu dropdown background colour? (It’s currently white with white text, but I want a green background.) I’ve added this custom CSS in order to change the background and font colour in the submenu:
#top .av-submenu-container {
background-color: #17ba71 !important;
}
#top .av-subnav-menu li a {
background-color: transparent !important;
}
#top .av-subnav-menu li a > .avia-menu-text {
color: #ffffff; font:strong; font-size:18px
}
Hey m,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Thanks, I figured out the css. This is resolved.
#top .sub-menu {
background: #0ddddf !important;
}