Page 1 of 1

Menu Highlight color

Posted: Tue Feb 08, 2005 10:25 pm
by nanner
How do I change the color of the highlight (when you roll over the menu item) in the menu?

Kevin

Menu Highlight color

Posted: Wed Feb 09, 2005 3:27 pm
by thetmz
in layersmenu-cms.css
change the
.horbaritem a:hover {
background-color: #4b6983;
}
to whatever color u want.