Hi,
I want to remove the white line in the header but cannot figure out how... excuse me if its obvious but im a bit of noob with the whole thing!
#bg-wrap {
background:none;
}
h1.logo a {
height: 69px; // here set as same height as your logo image
width: 310px; // here set as same width as your logo image
}
.gk-bottom .moduletable > h3, .gk-bottom .moduletable_menu > h3, .gk-bottom .moduletable_text > h3 {
color: #53534E; // here set your own color
}
a {
color: #858585; //here set your own color
}
#gk-footer {
color: #888888; //here set your own color
}
h1.logo {
border:none !important;
}