I need assistance with hiding sold-out variants on the Local Theme. Here is the site link: https://www.alohacardshop.com/collections/raw-pokemon/products/550217.
Hi @Alohacardshop ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/theme.css
- Add code below to end of file
.product-variants--radio .product-variant__item input.disabled+label {
display: none!important;
}
Please go to Online Store > Themes > Customize > Theme settings > Custom CSS, paste this code, and save
.product-variants--radio .product-variant__item input.disabled+label {
display: none !important;
}

