Hi,
This is a rather simple change I've been able to find out before with other Wordpress templates, but cannot seem to find out how I can change the logo in the header (both the color and white versions).
Thanks!
a.cssLogo, #gk-menu-wrap a.cssLogo {
background-image: url("../images/style1/logo_white_bg.png");
}
a.cssLogo, #gk-menu-wrap a.cssLogo {
background-image: url("http://www.yourdomain.com/images/logo_white_bg.png");
}