I want to take off a few of the slideshows default content off such as the arrows, grey lines and pause button. The only thing I want to keep are the dots.
Please provide coding to solve this issue.
Hello @Anonymous ![]()
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.slider-button,
.slideshow__autoplay {
display: none;
}
The result
Hope that helps!
I copied and pasted at the bottom of my base.css file and nothing happened.
If that is the case, just add !important like this
.slider-button,
.slideshow__autoplay {
display: none !important;
}
If that still does not work, please leave the code there and let me know so I can check that.
You can add this code to remove that line
.slideshow__controls {
border-bottom: none !important;
}
Hi @Anonymous
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.slideshow__controls {
border-bottom: none !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly