Changing Logos

GK User
Mon Feb 23, 2015 7:19 am
Looked at documentation and saw that there was reference to changing the logo. I could do this in the code but wondered if it could be done from the template.

I loaded an image in the features section of the template "Logo image" but it seemed to make no difference.
User avatar
Fresh Boarder

GK User
Mon Feb 23, 2015 9:03 am
Hi,
can you show me screenshot from your template settings where you changed logo
and if you can URL of website.
User avatar
Platinum Boarder

GK User
Mon Feb 23, 2015 9:53 pm
User avatar
Fresh Boarder

GK User
Mon Feb 23, 2015 11:00 pm
Aaa now I see you mistake...
change logo type: from CSS --> Image logo :mrgreen:

Tip: https://www.gavick.com/documentation/jo ... sites-logo
User avatar
Platinum Boarder

GK User
Mon Feb 23, 2015 11:02 pm
Default logo was loaded from CSS not from /image folder as you wanted
Code: Select all
#gkLogo.cssLogo {
    background: url("../images/logo.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
    height: 270px;
    margin: 70px auto 0;
    width: 300px;
}


Please change type & save, and you will see difference
User avatar
Platinum Boarder

GK User
Mon Feb 23, 2015 11:07 pm
:oops: Thanks
User avatar
Fresh Boarder

GK User
Mon Feb 23, 2015 11:14 pm
At least I helped.
We have lot's of useful guides here (>300): https://www.gavick.com/documentation/
User avatar
Platinum Boarder


cron