Change color of top menu

How can I change the color of the top menu?

I've looked everywhere. You'd think it'd be in the dropdown.css but that all seems to be for vertical & multi-column menus, not the horizontal.

Edit the following CSS element in dropdown.css (not upgrade safe)



[font=Consolas,]ul.dropdown-multicolumns{[/font]

[color=#C80000]padding-bottom[/color]: 1px;

[color=#C80000]border[/color]: 1px solid #444;

[color=#C80000]border-top[/color]: 1px solid#5F5F5F;

[color=#C80000]border-bottom[/color]: none;

[color=#C80000]background[/color]: #353535url(…/…/…/…/skins/basic/customer/images/menu_bg.gif) 0 0 repeat-x;

[color=#C80000]-webkit-border-radius[/color]:4px 4px 0px 0px;

[color=#C80000]-moz-border-radius[/color]:4px 4px 0px 0px;

[color=#C80000]border-radius[/color]: 4px 4px 0px 0px;

[color=#000000][font=Consolas,]}[/font][/color]

Thanks much!

[quote name=‘Brennie369’ timestamp=‘1357277099’ post=‘152160’]

Thanks much!

[/quote]



Then how to change menu color? :)

V4 use the theme editor. V3 change the background colour attribute in the post above.