How do I remove the logo from displaying here.

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
Sun Jun 22, 2014 3:25 pm
Reply with quote
Report this post
Hello,

How do I prevent the logo from displaying here, see attachment. :D

Url Website: http://wraysconsulting.com/
User avatar
Platinum Boarder

teitbite
Sun Jun 22, 2014 8:50 pm
Reply with quote
Report this post
Hi

Please add this to override.css and make sure override is enabled in template settings:

Code: Select all
#gkLogoSmall {
display: none;
}

#gkTop.active #gkLogoSmall {
display: block;
}
User avatar
Moderator

GK User
Sun Jun 22, 2014 9:25 pm
Reply with quote
Report this post
Thank you. :D it works



teitbite wrote:Hi

Please add this to override.css and make sure override is enabled in template settings:

Code: Select all
#gkLogoSmall {
display: none;
}

#gkTop.active #gkLogoSmall {
display: block;
}
User avatar
Platinum Boarder

GK User
Mon Jul 28, 2014 1:47 pm
Reply with quote
Report this post
Hi guys! A quick question: I see that Teitbite you gave a solution to the problem that I'm also facing. My question is: Where do I paste the code you just gave Leaseline1? Do I go to Template manager > gk_John_s > Advance settings > Enable CSS Override > and then paste it under Custom CSS code?

Please forgive me I'm just an accountant hehehehe. Thanks for reading!
User avatar
Senior Boarder

GK User
Mon Jul 28, 2014 1:53 pm
Reply with quote
Report this post
Umzobo,

Correct, you got it. :D




UmzoboAdmin wrote:Hi guys! A quick question: I see that Teitbite you gave a solution to the problem that I'm also facing. My question is: Where do I paste the code you just gave Leaseline1? Do I go to Template manager > gk_John_s > Advance settings > Enable CSS Override > and then paste it under Custom CSS code?

Please forgive me I'm just an accountant hehehehe. Thanks for reading!
User avatar
Platinum Boarder

GK User
Mon Jul 28, 2014 4:21 pm
Reply with quote
Report this post
Thanks Champ!!
User avatar
Senior Boarder

teitbite
Wed Jul 30, 2014 4:55 pm
Reply with quote
Report this post
Hi

You can place it in this field or directly to /css/override.css file.
User avatar
Moderator


cron