Home › Forums › WoodMart support forum › Change the ‘in stock’ text to other color › Reply To: Change the ‘in stock’ text to other color
March 18, 2024 at 12:16 pm
#549867
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
p.stock.wd-style-default:is(.available-on-backorder,.in-stock, .out-of-stock) {
color: blue !important;
}
Change the color as per your requirements.
Best Regards.