Buttons on a slideshow covering pictures
- The topic ‘Buttons on a slideshow covering pictures’ is closed to new replies.
Need help? Check out our Support site, then
Hi, Iwould like to remove or at least move the left right and pause buttons on an autoplay slideshow. when viewed on a phone these butons are across the pictures about on third the way up and black, therefore obscuring the images
The blog I need help with is: (visible only to logged in users)
Hey there 👋
That’s actually intentional. But I completely understand if you don’t like that. To hide the controls altogether for all slideshows, try this:
.slideshow-controls {
visibility: hidden;
}
I hope this helps!
that worked perfectly thank you Scott
You’re welcome 😀Glad I could help.