Ahoy hoy,
Me again
Anyone able to tell me how to change the highlight color for the main menu?
I've added some code to change the colour of the text to white in override.css but can't seem to change the color of the actual highlight box.
Any ideas?
div.gk-menu ul.level0 > li.haschild:hover a {
background: #ffffff !important;
}
div.gk-menu ul.level0 > li.haschild:hover > a {
background: #ffffff !important;
}