How to Remove the Tools Link from the Top of My Website

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Mar 09, 2011 7:36 pm
Hello,

I would like to know How to Remove the Tools Link from the Top of My Website: http://www.tradeumbrella.com . I did not see it as a module in the module manager. So, any ideas are greatly appreciated.

Thanks!
User avatar
Junior Boarder

GK User
Mon Mar 21, 2011 4:22 pm
please go to template manager, and set tools OFF.
User avatar
Fresh Boarder

GK User
Thu Apr 21, 2011 8:20 am
Hi

I want also to remove tools and login from the top. I am using "Corporate 2" template here: http://www.targetenerji.com.tr/new/. I check template manager as you said, there is nothing I can find that relate to "tools" and "login" I appreciate any help.

Regards

Turgut
User avatar
Fresh Boarder

Konrad M
Thu Apr 21, 2011 8:28 am
Hi
There is option 'Font-size switcher' in FEATURES section in template settings. You will turn off tools. To remove login try add to override.css
Code: Select all
#gkButtonLogin {
display:none !important;
}

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

GK User
Thu Apr 21, 2011 9:00 am
Thank you. It worked.

Regards

Turgut
User avatar
Fresh Boarder

Konrad M
Thu Apr 21, 2011 8:01 pm
I'm glad I could help :)
User avatar

GK User
Fri May 06, 2011 5:52 pm
Hi Konrad

I need to put language switcher as well as sitemap buttons for the place of login and tools. Hwo I can do it.

Regards

Turgut
User avatar
Fresh Boarder

GK User
Wed Jun 01, 2011 3:56 pm
Hello,
I have used the solution wich I have read before in this post, but the separator character | is yet and ugly...

:S

http://www.terapias-imhotep.es/
User avatar
Junior Boarder

teitbite
Wed Jun 01, 2011 7:49 pm
Hi

What do You want to do with it ? Remove it ? If yes. Please add this code to css:

Code: Select all
#gkButtonLogin span, #gkButtonSearch span {
    border-right: 0px solid #999999;
}
User avatar
Moderator


cron