Reply To: Menus background color

#7055
amijangos
Participant

This is how I did it:

Appearance->Theme Options->Layout->custom css

this is the code
#access li li a {
background:#352504;
}

#access li li a:hover {
background:#CC982A;
}