All things Shopify and commerce
Hi all, Does anyone have CSS to remove the pagination from the tarde theme slide show please. I have been unable to remove it.
https://b73679-46.myshopify.com/ - access1234
Solved! Go to the solution
This is an accepted solution.
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.
This is an accepted solution.
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.
Hi, this has worked in removing it. Thankyou
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025