Please share your site URL, So I will check and provide a solution here.
please provide which color do you want to set to sold out background color
Please place this code at the end of Themes -> Templates -> product.liquid
<style>
.btn btn--full product-form__cart-submit btn--sold-out btn--secondary-accent{
background-color: #DD91A4 !important;
}
</style>
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-product .btn--sold-out[disabled] {
background-color: #DD91A4 !important;
}
Hope this helps.
Thanks!
User | Count |
---|---|
551 | |
208 | |
125 | |
83 | |
44 |