Editing template core css files is not the best solution. Instead I would suggest to use override.css:
Please edit: /templates/gk_news2/css/override.css and add at its end:
- Code: Select all
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-image: url('../images/logo.svg');
}
Now place you logo.svg inside:
/templates/gk_news2/images.
If you would like to use png file instead - just change the file extension in css override.
This way if you will update the template in the future - you will only need to backup 2 files and restore them after the update.
Remember to enable "CSS override" in template settings - advanced section.