Removing the Large Arrow

GK User
Thu Nov 20, 2014 6:52 am
The arrow that is coming up on the front page module "Image Show GK4" ... I like the pagination (little circles at the bottom" but do not want the arrow. Any help is much appreciated.
User avatar
Senior Boarder

GK User
Thu Nov 20, 2014 8:59 am
Hello,

You can remove this arrow by adding in the Custom CSS code option under the template advanced settings the following code:

Code: Select all
body .gkIsWrapper-gk_photo .gkIsSlide {
   cursor: pointer!important;
}
.gkIsWrapper-arrow {
 display: none!important;
}
User avatar
Administrator

GK User
Thu Nov 20, 2014 3:47 pm
Thank you very much !
User avatar
Senior Boarder


cron