How do I assign colour variant to product image on trade theme 15.0 - code

Hi,

Just wondered if anyone can help me out as I am struggling to find a way to edit the code on my trade theme 15.0 (just like dawn theme) so that the different colour variants are assigned to different product images, so that if the customer clicks on the orange colour, the orange product will appear on screen instead.

Thanks and please help me out !

Kind regards,

@kpsclothing understand the logic i hope it will help you.

{% if product.variants.size > 1 %}
  
{% endif %}

@ProtoMan44

I’m new to shopify learning by watching videos/reading blogs, please help me in layman terms just like this post

https://community.shopify.com/post/2635275

thank you for your valuable answers.

Where to put this code.

Display specific color images only:

Thank you for this helpful tip!