Hi @joeltattersall1 ,
To remove the dot pagination of the slideshow, go to Themes → Edit code → find the ‘component-slideshow.css’ file and add this code at the bottom:
.slideshow__controls {
display: none !important;
}
Hope this helps.
A user sought help removing pagination dots from the Trade theme’s slideshow feature in Shopify.
Solution provided:
component-slideshow.css file.slideshow__controls {
display: none !important;
}
Outcome:
Hi @joeltattersall1 ,
To remove the dot pagination of the slideshow, go to Themes → Edit code → find the ‘component-slideshow.css’ file and add this code at the bottom:
.slideshow__controls {
display: none !important;
}
Hope this helps.