We have 80 variants per product. No colors. Can we hide the variant images?
Hey @mommylau ,
Thank you for reaching out to the Community! I’m happy to provide some assistance with adding product variants to the shop, to get this resolved. To provide some context, variants can be considered products that come in more than one option, size, or colour, making images not required. I recommend checking out our Adding Variants documentation for more information on how to add variants to existing products on the shop.
To add a variant, you can:
-
Head to Products, from the Shopify admin.
-
Click the name of the product.
-
In the Options section, click Add another option.
-
Enter the option information in the fields.
-
Click Save.
Please let me know if you have any other questions or concerns!
Hi @mommylau
One way to do it would just hide the images with css.
add this to the bottom of your scss or css asset file.
ul#ProductThumbs {
display: none;
}
Hope this helps!