Hi,
I want to disabled sold out size variant in Prestige theme.
Any one help me in this?
Hi,
I want to disabled sold out size variant in Prestige theme.
Any one help me in this?
Hii, @shaikhmasud
Kindly share your store URL and a screenshot of your problem so,
I can solve it perfectly.
Thank You.
Hi @Zworthkey ,
Please see the store preview link: https://ncln203jlkfpxg6n-54997024927.shopifypreview.com/products/angle-seam-lantern-pant-plus
Thanks,
@shaikhmasud
Can you mark which sold icon you want to hide?
Thank You.
Hi @Zworthkey ,
All Black and Graphite color size variants are sold out. So please hide all sold out products.
If possible to add CSS to sold out size variant. I want to add background: liner-gradient.
Thanks,
@shaikhmasud
Paste this code on top of the theme.scss file.
.ProductForm__Option.ProductForm__Option--labelled {
display: none !important;
}
Thank You.
Hi @Zworthkey ,
I have tried to add the CSS all variants are hidden. I want to hide only sold out size variants.
Thanks,