Color of menu hoover

GK User
Mon Aug 29, 2011 7:14 pm
Where can I change the color (brownish) on the menu hoover?
Thanx
User avatar
Fresh Boarder

Konrad M
Tue Aug 30, 2011 2:00 pm
Hi
Try add to override.css
Code: Select all
#gkMenu .level0 > li:hover {
    background: #A39F8C; // here put your color
}

#gkMenu ul.level0 div.childcontent {
    background:#A39F8C; // here put your color
}

and remember to enable override.css option in template settings
User avatar

GK User
Wed Dec 28, 2011 4:33 pm
We are almost there..

Where can I change the hovercolor of the menu itself and the backgroundcolor of the Home which is different of the rest?
User avatar
Fresh Boarder

Konrad M
Thu Dec 29, 2011 12:47 pm
Can you give me url to your site ?
User avatar

GK User
Fri Jan 27, 2012 4:41 pm
Konrad M wrote:Can you give me url to your site ?


Hi Konrad, our url is http://www.swissknife.nl, please let me know I would really like to see this solved.

Greetz,
renzo
User avatar
Fresh Boarder

Konrad M
Fri Jan 27, 2012 4:46 pm
Can you add some test submenu ? If I understand quite good to change home please add to the override.css
Code: Select all
div#gkDropMain ul > li.active > a {
    color: #A8A592 !important;
}

and set youtr own color value. Remember to enable override.css option in template settings.
User avatar


cron