Remove pagination from trade theme

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.

1 Like