.gkLearnMore { display:none;}
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...
.gkLearnMore {display:none!important;}
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...