Re: Hide variants from Symmetry theme

Solved

How can I hide out-of-stock variants in Symmetry theme?

ArneSchuilenga
Tourist
11 0 3

I would like to be able to hide variants that are not available (out-of-stock). Currently they are grey and not selectable. But I want to make sure these out-of-stock variants are not visible at all.

What do I need to do? I am using theme Symmetry.

Accepted Solution (1)

LitExtension
Shopify Partner
4860 1002 1160

This is an accepted solution.

Hi @ArneSchuilenga,

Go to Assets > styles.css and paste this at the bottom of the file:

.cc-select__option.is-unavailable {
    display: none !important;
}

 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 4 (4)

LitExtension
Shopify Partner
4860 1002 1160

This is an accepted solution.

Hi @ArneSchuilenga,

Go to Assets > styles.css and paste this at the bottom of the file:

.cc-select__option.is-unavailable {
    display: none !important;
}

 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
ArneSchuilenga
Tourist
11 0 3

Yes this worked. Thanks !

jhsnyc1
Tourist
4 0 17

@LitExtension I have a potentially complex question for you on symmetry. I will attempt to create new question and tag you or send you link. 

xx Jvw 

Michi1976
Visitor
2 0 0

There is no file in this theme (7.2.1 Symmetry) in the Assets page called styles.css
So what to do?