How can I make certain product variants invisible on the page?

Hello,

Hi,

for the filter I need variants such as colors, styles, etc. However, I do not want to show these on the product page, but only the variant selector of sizes.

Can I make the other variants invisible? but that they still work for the filter in the background?

Hi @LolasSportswear ,

If you use Dawn theme. May I suggest to update code these steps:

  1. Go to Store Online-> theme → Edit code

  1. Assets/base.css
  2. Add code below to end of file
variant-radios { display: none;}
variant-radios:first-child {
  display: block;
}

If you didn’t use this theme. Could you share your store url and protect password? We will help to check it.

Hello,

Thankyou!

Yes i use the Drawn theme but its not working.

i only want the variant of the sizes the other variants to hide on the online webshop.