Shopify themes, liquid, logos, and UX
Hi everyone,
Variant pictures of my products are shown on the thumbnail. However, I want them to be shown only when selected. I looked through the code but couldn't figured out what to do.
Hi @Viliwyth,
This can only be done with custom liquid and javascript code. Please check this demo store. Please check the video link here.
If you or someone else needs this still. Add this to the section-main-product.css file.
.product__media-item:not(:first-child) {
display: none;
}
The above code will hide all thumbnails except for the selected options thumbnail.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025