Hide varient images from thumbnails

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

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