Menu color (mouseover)

GK User
Sat Jun 02, 2012 2:32 pm
Hello,

I am using the coffee template (gk menu) and would like to change the color of the main menu items that are not selected when hovered. I already found out how to change the background and the font color of the selected item as well as the "normal" font color of the non-selected items when not hovered, but I can't find how to change the mouseover-font color of the non-selected items.
Can you please tell me exactly in which css-sheet I should look and which line I should copy to the override.css (and change)? (Of course, I have already activated the override-function in the template.)

I really hope you can help me, I've been searching for hours now...Thanks a lot! :)
User avatar
Fresh Boarder

Konrad M
Mon Jun 04, 2012 10:49 am
Hi,
Can you give me url to your site ?
User avatar

GK User
Mon Jun 04, 2012 10:52 am
I'm sorry, the page is not online yet. Is there no possibility to change the color of the main menu font when the visitor's doing a mousover?
I hope you can help me anyway.
User avatar
Fresh Boarder

Konrad M
Mon Jun 04, 2012 11:46 am
Try with this selector:
Code: Select all
div.gk-menu > ul.level0 > li a:hover {
color:#fff;
}
User avatar


cron