Where can I change the color (brownish) on the menu hoover?
Thanx
#gkMenu .level0 > li:hover {
background: #A39F8C; // here put your color
}
#gkMenu ul.level0 div.childcontent {
background:#A39F8C; // here put your color
}
Konrad M wrote:Can you give me url to your site ?
div#gkDropMain ul > li.active > a {
color: #A8A592 !important;
}
