Add this css on your theme.css or base css file at the end of thie fle
.slideshow__controls.slideshow__controls--top.slider-buttons {
display: none !important;
}
Result:
Goal: Remove the slideshow’s navigation UI (arrows and counter/controls) on both desktop and mobile for a Shopify theme.
What was tried/proposed:
Notes:
Outcome:
Add this css on your theme.css or base css file at the end of thie fle
.slideshow__controls.slideshow__controls--top.slider-buttons {
display: none !important;
}
Result: