Please elaborate why a PNG and an SVG file is needed for the logotype.
What if I do not have/use SVG file?
#gkLogoSmall.cssLogo {
background-image: url('../images/style6/logo.png')!important;
}
.svg #gkLogoSmall.cssLogo {
background-image: url('../images/style6/logo.svg')!important;
}
dziudek wrote:Yes, this code is responsible for the logo image display - you are using most probably the browser with SVG support so the second rule is executed on your page.
.svg
#gkLogoSmall.cssLogo {
background-image: url('../images/style6/logo.png')!important;
}
.svg #gkLogoSmall.cssLogo {
background-image: url('../images/style6/logo.svg')!important;
}
.svg
dziudek wrote:Please provide us your website URL - without it I'll unable to help you.
dziudek wrote:Your problem is caused by fact that image templates/gk_news2/images/style6/8.svg is not existing on your server.
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-size: cover!important;
}