Hei
I would like to make the storefront menu/logo bar white instead of black, with black letters.
Can anybody tell me how to do that.?
Dearest
Jan pihl
#gkHeaderNav {
background: #fff none repeat scroll 0 0;
}
#gkTopMenu a {
color: #222;
}
.gkMenu > ul > li > a {
color: #222;
}
.gkMenu a:hover, .gkMenu a:active, .gkMenu a:focus, .gkMenu li.active > a {
color: #666;
}
janpihl wrote:Put that into my design but the active link is white, it shoul be dark grey if I read the css right?
http://pinsekirkenbetel.no/nyside/index.php/delta/ny
#gkHeaderNav {
background: #fff none repeat scroll 0 0;
}
#gkTopMenu a {
color: #222;
}
.gkMenu > ul > li > a {
color: #222;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
color: #666;
}
.gkMenu > ul > li.active > a {
color: #666;
}
#gkHeaderNav {
background: #fff none repeat scroll 0 0;
}
#gkTopMenu a {
color: #222;
}
.gkMenu > ul > li > a {
color: #222;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
color: #666;
}
.gkMenu > ul > li.active > a {
color: #666;
}
#gkHeader > div:first-child {
background: #f7f6f6;
}
#gkMobileMenu i {
color: #666;
height: 44px;
padding: 0!important;
position: relative;
right: 12px;
text-align: center;
width: 44px;
}