Home Forums WoodMart support forum How can change Shop sale label in percentage to On sale lable and remove? Reply To: How can change Shop sale label in percentage to On sale lable and remove?

#254617

Hello,

I saw the screenshot you attached and visited your website and the sale label is already in text not in percentage. It seems that you have managed to change it.

Screenshot for Clarification: https://prnt.sc/wcu1f6

And to remove the label try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.onsale.product-label {
	display: none;
}

Best Regards.