Change logo by CSS

GK User
Tue Aug 26, 2014 11:27 am
Hi!
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!
User avatar
Gold Boarder

GK User
Tue Aug 26, 2014 2:50 pm
It worked. It was necessary to change the entries in the
Template Manager: Customise Template / css / system / error.style1.css
Thanks!
User avatar
Gold Boarder


cron