What's your biggest current challenge? Have your say in Community Polls along the right column.

Hide varient images from thumbnails

Hide varient images from thumbnails

halfsesh
Visitor
3 0 0

I would like to hide the variant images from my product thumbnails. Does anyone know how I could do this on the Dawn theme?

Reply 1 (1)

rajweb
Shopify Partner
387 36 52

Hey @halfsesh ,

Follow these steps:

1. Online Store > Themes > Customize.

2. From the Customize page, select Theme Settings > Custom CSS (or go to Actions > Edit Code > assets/base.css

 

.product-grid-item img[data-media-variant-id] {
  display: none;
}

 

 

  Save the changes and check if the variant images are hidden on the product thumbnails.

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

Best Regard,

Rajat Sharma

 

-Need a Shopify developer?
https://rajatweb.dev/
Email: rajat.shopify@gmail.com