I'm curious about changing the menu color.
I was able to change the inner color (purple in the attached) by finding a posting that showed to add the following to the override.css file:
div.gk-menu > ul.level0 > li.active > a, div#gkDropMain > ul > li.active > a, div.gk-menu > ul.level0 > li:hover > a, div#gkDropMain > ul > li:hover > a, div.gk-menu > ul.level0 > li.active:hover > a, div#gkDropMain > ul > li.active:hover > a {
background: none repeat scroll 0 0 /your color/;
}
But how do I change the grey in the attached menu picture?
Thanks
Rich