No you can use any file format but before this you need to make one modification. Please open file template.css and find this code :
- Code: Select all
.svg #gkLogo.cssLogo {
background-image: url('../images/logo.svg');
}
then just removed it. After that your logo will display PNG version. File is located in templates/gk_john_s/images/logo.png. So all that you should do is to replace this PNG with your own file. The same process should be repeat for small logo in menu area. Please remove this code from template.css
- Code: Select all
.svg #gkLogoSmall.cssLogo {
background-image: url('../images/logo_dark.svg');
}
and then replace this file to your logo : /templates/gk_john_s/images/logo_dark.png