Howdy,
Is it possible to have the submenu items under Services be the same colours as the main menu? (White background, #dba124 hover)?
I have the "One Color Skin Generator" option set; I think this is disabling the individual menu colour settings.
Cheers,
Casper
Comments
yes, it is possible. You can do this within below css:
#Top_bar .menu > li ul { background: #FFF !important; }#Top_bar .menu > li ul li a { color: #dba124; }
#Top_bar .menu > li ul li a:hover { background: #FFF !important; color: #dba124 !important; }