Hi, I’ve been trying a while to find a solution for it but still struggling. Other options like “style”, “size” are find but for the color options, images show everywhere. I am trying to find a way to hide the images since the words layover them. The 1 pic is what I wanted and the 2 pic is my issue.
Here is my product.media code:
{%- assign product_images_length = product.media | size -%}
{% render 'thumbnails' %}
I appreciate any helps!