Is it possible to edit the background colors for submenus ?
I’m looking for the same option to change this background color of the sub menu’s.
Please advise where to change this.
Much apreciated because this is a great theme :).
Greetz,
Jack
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;
}
Yes it works ! Thank you !
This worked for me too. Just have a grey line between the menu items now left. Any idea what code I’d have to use to change this too?
Thanks.
Jack