Changing the Color of the In Stock Icon
-
Hello,
Can you send me the relevant global css code to change the color of the icon at the beginning of the word stock?
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will check and give you a possible solution?
Best Regards
I am sending the information
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
p.stock.wd-style-default.in-stock:before {
color: #000000 !important
}
Best Regards
Thank you, can you also share the code to customize the color of the “in stock” text next to the icon?
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
color: #0808e4 !important;
}
Best Regards