How do I change the color of the highlight (when you roll over the menu item) in the menu?
Kevin
Menu Highlight color
-
thetmz
Menu Highlight color
in layersmenu-cms.css
change the
.horbaritem a:hover {
background-color: #4b6983;
}
to whatever color u want.
change the
.horbaritem a:hover {
background-color: #4b6983;
}
to whatever color u want.
