Hi, I would like to hide all the image thumbnails on the product page that are linked to variants, except when the variant option is clicked on, then it should display in the main product image. And then also I want all other images that are uploaded to the product but not assigned to a variant to display. In other words, hide all variant linked images only, but show them when variant is clicked on.
I tried putting
.product-single__thumbnails { display: none;}
in theme.css.liquid
But this hides all images including the ones not linked to variants.
I saw another post saying to edit the product.liquid with: