Change the ‘in stock’ text to other color
-
I would like to change the ‘in stock’ text to a different color. For the product cards
https://cardnation.nl
Attachments:
You must be
logged in to view attached files.
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.
It works, thank you. But I also want to change the color of the check icon
Attachments:
You must be
logged in to view attached files.
Hello,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
p.stock.wd-style-default.in-stock:before {
color: blue !important;
}
Best Regards.
Thanks so much, it worked!
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Change the ‘in stock’ text to other color’ is closed to new replies.