Hi all,
On the top menu its currently blue (when on home menu) and white for the non chosen menu... How do i change it from white to black ??
thanx in advance
#gkMenuWrap {background: #000;}
.imageBg #gkHeader #gkHeaderNav {overflow: hidden;
background: #000;
}
.imageBg .gkMenu > ul > li > a {color: #000}
.gkMenu > ul > li.active > a {
color: #ff0000;
}
.imageBg .gkMenu > ul > li > a:hover {
color: #00ff00 !important;
}