How to remove the font-resizer?

GK User
Fri Mar 04, 2011 8:11 am
Hello,

I don't want to use the font-resizer. How can I remove it from the screen?
User avatar
Junior Boarder

Konrad M
Fri Mar 04, 2011 8:19 am
Hi
You can go to K2 menu. Edit Categories and in Item vie options (right column) set Font resizer option as 'Hide'.

Or add to override.css
Code: Select all
#gk-tools {
display:none;
}

and remember to enable it :)
User avatar

GK User
Fri Mar 04, 2011 8:54 am
Works fine!

Thanks
User avatar
Junior Boarder

GK User
Thu Apr 26, 2012 9:07 pm
This works fine, but it's not only hide the font resizer, but also the breadcrumb.
Is there any way to get the breadcrumb back?
User avatar
Expert Boarder

Konrad M
Thu Apr 26, 2012 9:20 pm
Yes, just give me url to your site ;)
User avatar

GK User
Thu Apr 26, 2012 9:37 pm
here it is: http://lamdongreal.vn. But I have set the opacity of #gk-tools in the template.css file to 0.0 to hide the font resizer. In fact it's still there when you drag the mouse to the position.
I wish you could show me exactly which codes call this tool and delete them.
User avatar
Expert Boarder

Konrad M
Thu Apr 26, 2012 9:56 pm
Try add this to the override.css
Code: Select all
#gk-tools {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Apr 26, 2012 10:05 pm
#gk-tools {
display:none !important;
}


That's it!
May be you will also want to extend the width of breadcrumb to 100%. I did it by increased the number from 90% to 100%, line 230 in template.css
Thank you Konrad :)
User avatar
Expert Boarder

Konrad M
Fri Apr 27, 2012 7:51 am
I'm glad I could help. :)
User avatar


cron