How can I remove the "What We Do" Button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jun 20, 2013 3:00 pm
Reply with quote
Report this post
I want to know how I can remove the button "What We Do"
User avatar
Fresh Boarder

GK User
Thu Jun 20, 2013 3:09 pm
Reply with quote
Report this post
Hi, you can hide the button with a simple css code below, add it to template settings > advanced settings > custom css

Code: Select all
.gkLearnMore { display:none;}


If you are using quickstart package you will have 2 template styles, add it to creativity - Frontpage style.

See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 20, 2013 3:27 pm
Reply with quote
Report this post
normanUK wrote:Hi, you can hide the button with a simple css code below, add it to template settings > advanced settings > custom css

Code: Select all
.gkLearnMore { display:none;}


If you are using quickstart package you will have 2 template styles, add it to creativity - Frontpage style.

See you around...


I could still do I still see the button
User avatar
Fresh Boarder

GK User
Thu Jun 20, 2013 3:34 pm
Reply with quote
Report this post
Enable css override option in template settings > advanced settings > css override "on". and add below css code templates/gk_creativity/css/override.css

Code: Select all
.gkLearnMore {display:none!important;}



Please make sure to enable right template if you have two copies in template manager.

See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 20, 2013 3:55 pm
Reply with quote
Report this post
normanUK wrote:Enable css override option in template settings > advanced settings > css override "on". and add below css code templates/gk_creativity/css/override.css

Code: Select all
.gkLearnMore {display:none!important;}



Please make sure to enable right template if you have two copies in template manager.

See you around...


thank you thank you thank you very much worked perfectly :lol: :lol: :lol: :lol: :lol:
User avatar
Fresh Boarder

GK User
Thu Jun 20, 2013 3:57 pm
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron