How can I hide product photo thumbnails on my ecommerce site?

Hi i would appreciate some help
How can i hide the photo thumbnails on products? It takes too much space off the product page so i would like to hide it off the page but the images are still there if customers swipe the main image.

Thanks

Theme: Motion

www.focalelite.com

pw: focalish

Hi @graphics123 ,

Go to Assets > theme.css and paste this at the bottom of the file:

.product__thumbs {
  display: none !important;
}

Hope it helps!

2 Likes

@Litos awesome it worked thanks so much!

1 Like