Hi,
I wish to hide single option variants in the Variant Picker in Symmetry Theme.
Please help ![]()
Best, hvittrad ![]()
Goal: hide single-option variants from the Variant Picker in the Symmetry theme on product pages.
Outcome: issue resolved by the poster with a front-end CSS solution; no further action items or unresolved questions. The provided CSS snippet is central to the solution.
Hi,
I wish to hide single option variants in the Variant Picker in Symmetry Theme.
Please help ![]()
Best, hvittrad ![]()
@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!
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! ![]()