How do I add code to display color variants in Color block theme?

Needing help figuring out where to add code in the Color block theme to have only selected variant color display respective images in the product thumbnails.

Hi @IPMonkSSRCCE ,

Can you share your store url

I am using the Colorblock theme and looking to add multiple images per variant. These should display once a color is selected instead of all images of all variants being displayed in the product thumbnails.

Add the below CSS in base.css and let me know if it works.

.thumbnail-slider {display: none !important;}

Hope it helps…

This worked with hiding the thumbnail carousel but I have a front and back image for each variant and now it displays only the front image for the variant chosen.

A variant can show 1 image at a time if you want to show front and back images at once you can create the variant image which will have both front and back in a single image.