how to change the view of out of stock of products
-
How to change the text of sold out(as shown on image) to red, or how to change the style of out of stock products like showing it as “X” mark overlay or showing it as grey colour and showing out of stock
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.out-of-stock {
background-color: green;
color: red;
}
You can change the background color and text color according to your needs.
Regards.
Xtemos Studios.