To use the current logo I added in override.css this:
#gkLogo.cssLogo {
background: url("../images/logo.png") no-repeat scroll center center transparent;
height: 120px;
width: 382px;
}
I did some testing but does not resize...
tnx
#gkLogo.cssLogo {
background: url("../images/logo.png") no-repeat scroll center center transparent;
height: 120px;
width: 382px;
}
.svg #gkLogo.cssLogo {
background-image: url("../images/logo_mobile.png");
}