Front page Slide Show

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Thu Jun 11, 2015 11:38 am
Hi,

Is there a way to turn the mouse arrows of the slideshow off? And maybe have static arrows?

Theme: Photo WordPress Theme
Link: gracebonline.com

Thank you.

Matej
User avatar
Senior Boarder

GK User
Thu Jun 11, 2015 1:36 pm
Hi,

Try to add the following code into the theme’s css/override.css file
Code: Select all
.gk-is-wrapper-arrow:after,
.gk-is-wrapper-arrow:before {
  display: none;
}
User avatar
Moderator

GK User
Thu Jun 11, 2015 1:42 pm
Hi Piotr,

This code causes the cursor to disappear on the screen of the page where the slide is, unless it's on the button or link.

M
User avatar
Senior Boarder

GK User
Fri Jun 12, 2015 8:00 am
Add also this code:
Code: Select all
.gk-is-wrapper-gk-photo .gk-is-slide {
  cursor: default!important;
}
User avatar
Moderator

GK User
Sat Jun 13, 2015 3:46 pm
My arrow do not appear anymore, I tried entering the above code in the override file and that to does not work. Also I cannot seem to change the color as well.

creative.jourdesign.co.uk

Regards

Joash
User avatar
Fresh Boarder

GK User
Mon Jun 15, 2015 9:35 am
I can't see this code:
Code: Select all
.gk-is-wrapper-arrow:after,
.gk-is-wrapper-arrow:before {
  display: none;
}
.gk-is-wrapper-gk-photo .gk-is-slide {
  cursor: default!important;
}

in the override.css file of your website:
creative.jourdesign.co.uk

and what color exactly do you mean? In this thread there wasn't any issue with the colors.
User avatar
Moderator


cron