https://www.cloudcountry.com
Settings are: Menu Bar: #FEF0C4
I have been able to get the dropdowns the right color by putting this in the CSS area for “Menu Bar hover BG: #FEDD58”
#access2 ul ul a:hover > a {background: #FEF0C4; };#access2 ul ul a:active > a {background: #FEF0C4; }
So the dropdowns match the menu, and the hover on the dropdown is the #FEDD58 color, but now I have no hover color on the menu bar itself. Which I would also like to be the #FEDD58 color.