How to change out of stock badge changes
https://houseofaraish.com/products/cindy-short-dress
How to change these colours?
How to change out of stock badge changes
https://houseofaraish.com/products/cindy-short-dress
How to change these colours?
Hello @incognitomode
open your base.css available inside assets and on bottom please put this code
/* for sold-out text on product page */
.badge.price__badge-sold-out{
color: #271ed7 !important;
}
/* for sold-out on products grid */
span.badge.badgeβbottom-left.color-inverse {
color: #fff !important;
background: #271ed7 !important;
}
.button:disabled, .button[aria-disabled=true], .button.disabled, .customer button:disabled, .customer button[aria-disabled=true], .customer button.disabled {
cursor: not-allowed;
color: red !important;
opacity: .5;
}
Add this code in the bottom of the base.css file.
https://houseofaraish.com/products/cindy-short-dress
Product page still the same
No change even after adding the code
Hello @incognitomode
/* for sold-out text on product page */
.badge.price__badge-sold-out{
color: #271ed7 !important;
}
please add this one
Hi @incognitomode ,
You can follow the instruction below:
.product .price--sold-out .price__badge-sold-out {
color: #fff!important;
background: #787878!important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Perfect