Changes to Logo
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Mon Apr 14, 2014 10:11 pm
- Reply with quote
- Report this post
Hello!
I'm trying to make changes to the size of the logo image.
I remember changing the template.css file in the past, but I guess this option no longer works given the recent template updates. I can modify the width/height lines from the "#gkLogo {" portion, but nothing changes.
Help?!
I'm trying to make changes to the size of the logo image.
I remember changing the template.css file in the past, but I guess this option no longer works given the recent template updates. I can modify the width/height lines from the "#gkLogo {" portion, but nothing changes.
Help?!
-
- Senior Boarder
- GK User
- Tue Apr 15, 2014 7:59 am
- Reply with quote
- Report this post
Could You please post an url to your site?
Also - do not ever edit template core css files - use override.css instead.
Also - do not ever edit template core css files - use override.css instead.
-
- Moderator
- GK User
- Tue Apr 15, 2014 5:03 pm
- Reply with quote
- Report this post
Please edit: /templates/gk_bluap/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
Currently you have cache and compression turned on - please disable them before any editing.
- Code: Select all
#gkLogo {
height: 20px;
width: 160px;
}
Remember to enable "CSS override" in template settings - advanced section.
Currently you have cache and compression turned on - please disable them before any editing.
-
- Moderator
- GK User
- Thu Apr 17, 2014 1:11 pm
- Reply with quote
- Report this post
Is there anything else I can help you with on this topic?
-
- Moderator
- GK User
- Thu Apr 17, 2014 6:40 pm
- Reply with quote
- Report this post
That is it!
Cheers.
Cheers.
-
- Senior Boarder
7 posts
• Page 1 of 1