Tagged: hover color, menu color, navigation
I have one menu drop down that is showing up with a different color background than all the other dropdowns in my main top navigation menu. I would like for all of the dropdowns to have a white background with teal text. Please advise how I can achieve this.
Thanks in advance!
Hi suburbanite!
Thank you for using Enfold.
Add this to the Quick CSS field:
#top #wrap_all .av-main-nav ul > li > a {
background-color: #ffffff !important;
}
Cheers!
Ismael
That worked, thank you!