customize product label colors HELP
-
please help with following
Hello,
I saw the screenshots you attached.
1) To change the color of the label try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.onsale.product-label {
background: brown;
color: white;
}
2) Sorry but there is no option in Theme Settings for that.
It requires customizations and this is beyond our limitations and support policy.
Best Regards.
and for out of stock products?
Hello,
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: white;
}
Best Regards.