Remove cover buttons appsite 2.5

GK User
Thu Apr 05, 2012 12:55 am
In version 1.5 achieves btn_register remove the cover, the magazine pictures and adding paging buttons to doc -override.css code:
# btn_register {
display: none;
}
. gk_is_wrapper-template. gk_is_pagination. gk_is_scale {
display: none;
}
. gk_is_pagination {
display: none! important;
Override.css in doc} / /
Thank tells me I must do to eliminate them in System 2.5. Thank you very much.
User avatar
Gold Boarder

GK User
Thu Apr 05, 2012 5:47 am
I am not clear what you want to remove , if its "previous" and "next" buttons in slideshow please use following css code in "/templates/gk_templatename/css/override.css" and enable css override from template settings > advanced settings > css override "on".

Code: Select all
/* Hides Navigation Buttons in Slideshow */
.gkIsWrapper-gk_appsite1 .gkIsPagination .gkIsPrev,
.gkIsWrapper-gk_appsite1 .gkIsPagination .gkIsNext { display: none; }


See you around...
User avatar
Platinum Boarder

GK User
Thu Apr 05, 2012 12:05 pm
Thanks, I managed to delete the paging buttons, now also need to remove the charger. thanks
User avatar
Gold Boarder

GK User
Thu Apr 05, 2012 12:41 pm
with your help I managed to remove
. gkIsWrapper-gk_appsite1. gkIsPagination. gkIsScale,
. gkIsWrapper-gk_appsite1. gkIsPagination. gkIsPrev,
. gkIsWrapper-gk_appsite1. gkIsPagination. gkIsNext {display: none;
Now I have to remove the above Register botton right wing, thank you very much
User avatar
Gold Boarder


cron