Remove font resizer from articles

GK User
Thu Jun 23, 2011 5:29 am
Hi

need to remove the font resizer from articles. Adding the following code to override.css has hidden the font resizer but I am still left with a space where the font resizer was displayed and a dotted line beneath it.

Is it possible to remove these too.

#gk-tools {
display:none;
}

Thanks

Paul
User avatar
Senior Boarder

Konrad M
Fri Jun 24, 2011 4:11 am
Hi
Can you give us url to your site ?
User avatar

GK User
Fri Jun 24, 2011 4:32 am
User avatar
Senior Boarder

Konrad M
Fri Jun 24, 2011 4:36 am
Try add
Code: Select all
#gk-main #gk-top-nav {
    display: none;
}
User avatar

GK User
Fri Jun 24, 2011 5:13 am
Perfect, thanks Konrad.

Have a great day

Paul
User avatar
Senior Boarder

Konrad M
Fri Jun 24, 2011 5:25 am
I'm glad I colud help ;)
User avatar


cron