Remove pagination from trade theme

Solved

Remove pagination from trade theme

joeltattersall1
Excursionist
27 0 4

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

 

Screenshot 2024-06-18 at 12.48.08 pm.png

Accepted Solution (1)

nvchien
Shopify Partner
55 23 14

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.

- If this solution helped you out, please consider accepting it as a solution and giving it a thumbs-up. Your feedback is valuable to me and the community!
- If you're feeling extra generous, you can always buy me a coffee . Your support helps fuel my Shopify knowledge and keeps the solutions flowing!
- You can also follow more tips and tricks from my blog.

View solution in original post

Replies 2 (2)

nvchien
Shopify Partner
55 23 14

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.

- If this solution helped you out, please consider accepting it as a solution and giving it a thumbs-up. Your feedback is valuable to me and the community!
- If you're feeling extra generous, you can always buy me a coffee . Your support helps fuel my Shopify knowledge and keeps the solutions flowing!
- You can also follow more tips and tricks from my blog.
joeltattersall1
Excursionist
27 0 4

Hi, this has worked in removing it. Thankyou