Home › Forums › WoodMart support forum › Eliminar leyenda de % de descuento. › Reply To: Eliminar leyenda de % de descuento.
November 29, 2023 at 10:29 am
#516690
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.product-label.onsale {
display: none !important;
}
Regards