Remove font sizing option 'Aa' from template

GK User
Sun Apr 17, 2011 6:46 am
How do you remove or turn-off the font sizing option from the template which shows just above the article 'icons'? I can see where you can deactivate the icons within the Articles parameters, but can't seem to find where to turn off or comment out the sizing options.

I have looked in some of the css files as well as the html file. I can't seem to find it.

Probably something simple, thank you for any feedback.
User avatar
Junior Boarder

Konrad M
Sun Apr 17, 2011 4:15 pm
Hi
You need to add to override.css
Code: Select all
#gk-tools {
display:none;
}

and remember to torn on this option in template settings :)
User avatar

GK User
Thu Apr 28, 2011 7:39 am
I added the little code to the override.css file but the tools are still there... what am i missing here?

Image
User avatar
Senior Boarder

GK User
Thu Apr 28, 2011 8:03 am
aaah , i go it, i added the code and also enabled the override.css in the parameters in the backend (example below)

Image
User avatar
Senior Boarder

Konrad M
Thu Apr 28, 2011 8:06 am
So now it works ?
User avatar

GK User
Thu Apr 28, 2011 9:38 am
yes, case closed! works fine
User avatar
Senior Boarder

GK User
Tue Aug 16, 2011 6:16 am
Thanks, exactly what I needed....
User avatar
Fresh Boarder


cron