With by entry to the file /css/override.css I can change the logo template.
- Code: Select all
#gkLogoSmall.cssLogo {
background: url('/images/logo.svg') no-repeat center center!important;
}
- Code: Select all
#gkLogo.cssLogo {
background: url('/images/logo.svg') no-repeat center center!important;
background-image: url(/images/logo.svg);
}
— But how do I change the logo on the 404 by /css/override.css ?
Best Regards!
