Hello, I’m using Canopy 6.1.1 vesion and I need to get use a little bit of code to hide the price in products that have sold out in the Canopy shopify theme?
I tried to insert this code to main.css but it was not working.
.js.product-form__input.product-form__input–pill input.disabled + label {
display: none;
}
Somebody can help this?