Home Forums WoodMart support forum Change Sale Label String Reply To: Change Sale Label String

#254061

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

span.onsale.product-label::before {
	content: "Sale:";
}

Regards.
Xtemos Studios.