Home › Forums › WoodMart support forum › Hide Discount label › Reply To: Hide Discount label
February 7, 2018 at 7:45 pm
#38201
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to remove it
.product-labels {
display: none!important;
}
Regards