Home Forums WoodMart support forum How to change Price Format Reply To: How to change Price Format

#599161

Hung Pham
Keymaster

Hi sohee7569,

First of all, I’m really sorry have taken long time to reply you due to the weekend.

Please remove above code and add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.single-product p.price .amount:first-child:before,
.wd-product.product-type-variable span.price .amount:first-child:before{
	content: "From";
	margin-right: 5px;
}

Regards,