How remove tools buton?

GK User
Mon Nov 08, 2010 4:40 pm
How remove tools buton?
User avatar
Junior Boarder

GK User
Mon Nov 08, 2010 5:12 pm
Hi

You can customize tools peer page on Template parameters > Features.
Anyway, if you want to disable in all, add this line on override.css file:

Code: Select all
#btn-tools {display:none!important}


and them enable the use override.css on Templare Parameters > Dev Mode

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Nov 08, 2010 5:22 pm
How do I remove this space?

I try
#gk-top {margin-top: -50px}
User avatar
Junior Boarder

GK User
Mon Nov 08, 2010 5:43 pm
abrahamlucero wrote:
How do I remove this space?

I try
#gk-top {margin-top: -50px}


If i understand what you want, it should work.
If not, try adding !important rule.
User avatar
Platinum Boarder

GK User
Mon Nov 08, 2010 5:55 pm
thank you great work
User avatar
Junior Boarder

GK User
Thu Jan 26, 2012 3:30 pm
I just tried to hide/remove the tools link with the css override code: #btn-tools {display:none!important}
and now the tools are on top of the search box. www.salsaflava.co.uk
how can I fix this?
User avatar
Fresh Boarder


cron