Hide single option variants in Symmetry theme

Hi,
I wish to hide single option variants in the Variant Picker in Symmetry Theme.

Please help :heart:

Best, hvittrad :slightly_smiling_face:

Hi @hvittrad

May I have your store URL to check please?

Best,

Daisy

@hvittrad Can you please provide the URL of your store and if it is password protected please share the password too. Thanks

Hi @hvittrad ,

Please send me the code of main-product.liquid file, I will check and add it for you

I have figured it out myself!

Edit CSS code in Product page section and add this:

.option-selector[data-option=“X”] {
display: none;
}

Change X to the Variant name you want to exclude. You might have to do this on all the different product and collection templates.

Great job figuring that out! :tada: It sounds like you found a creative way to resolve the issue. If you encounter anything else or need further assistance, don’t hesitate to reach out. We’re always here to support you! :blush:

Stamp – Variants on Collection allows you to split your products into variants on your collection pages.

Additionally, with features such as Hide unavailable products/variants, Hide out of stock products/variants, and Hide products/variants without images, you can easily hide unavailable, out-of-stock, or image-less products and variants from a single panel.

And the best part you don’t need any coding to do this.

We recommend taking a look.