How to change colour of gree new label
-
hi i want the New label on my products to show black instead of green please how to do this.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.product-label.new {
background-color: #000000;
}
Regards
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.product-label.new {
background-color: #000000;
}
Regards
You are always welcome! If you have any questions feel free to contact us.
Best regards
The topic ‘How to change colour of gree new label’ is closed to new replies.