Changes to Logo

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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?!
User avatar
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.
User avatar
Moderator

GK User
Tue Apr 15, 2014 8:13 am
Reply with quote
Report this post
User avatar
Senior Boarder

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:
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.
User avatar
Moderator

GK User
Tue Apr 15, 2014 8:21 pm
Reply with quote
Report this post
Cool, thank you!
User avatar
Senior Boarder

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?
User avatar
Moderator

GK User
Thu Apr 17, 2014 6:40 pm
Reply with quote
Report this post
That is it!
Cheers.
User avatar
Senior Boarder


cron