How to remove Tool text

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed May 25, 2011 11:04 am
Hey guys,
How do you remove the tools text
http://www.akwoo.com.au/acpartners/

Thanks,
Alan
User avatar
Junior Boarder

Konrad M
Thu May 26, 2011 11:20 am
Try add to override.css
Code: Select all
#gkButtonTools {
display:none;
}

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

GK User
Thu May 26, 2011 11:50 am
Hmmm still the same after adding that text and enabling override.css
User avatar
Junior Boarder

Konrad M
Thu May 26, 2011 1:18 pm
Try add !important rule.
Code: Select all
#gkButtonTools {
display:none !important;
}
User avatar

GK User
Mon May 30, 2011 5:51 am
Works now! thanks
User avatar
Junior Boarder

Konrad M
Mon May 30, 2011 6:19 am
Great :)
User avatar


cron