Home › Forums › WoodMart support forum › The labels on the product page › Reply To: The labels on the product page
December 1, 2017 at 10:38 pm
#26647
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to hide them
.product-image-summary .product-images .labels-rounded {
display: none;
}
Regards