Hi,
I would like to change the header color from black to white, where can I do this? I would like to keep the footer black...
Thank you.
#gkTop {
background: #272727;
}
#gkMainMenu .gkMenu a {
color: #ff0000 !important;
}
#gkMainMenu .gkMenu li.active > a,
#gkMainMenu .gkMenu a:hover {color: #00ff00 !important}
#gkUserArea a {
color: #ff0000;
}
#gkUserArea a:hover {
color: #00ff00;
}
#gkLogo {
width: 300px;