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.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024