This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler
Hello,
How do I change the color of the “Out of Stock” text on my Catalog page?
At the moment it is Grey and the Banner is also grey and it does not stand out.
Many Thanks
Hello,
Try to use this code in Custom css:
.product-image-wrapper .out-of-stock {
color: red;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up