Can someone please help me remove the slideshow controls and still have the slide show running or to have the slideshow controls hidden?
View link for image
Can someone please help me remove the slideshow controls and still have the slide show running or to have the slideshow controls hidden?
View link for image
@RFS ,
Please share the store URL.
I have not published as current so here is the preview link
https://tsqynhb7filglii6-55456923844.shopifypreview.com
hope this helps
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden.slideshow__controls--border-radius-mobile {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
This did not work.
Oh yes… I see thank you so much however how can this be done for the top one?
@RFS ,
.slideshow__controls.slider-buttons.no-js-hidden.slideshow__controls–border-radius-mobile {
display: none;
}