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

#598702

Hung Pham
Keymaster

Hi sohee7569,

Thanks for reaching to us.

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

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

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

Best Regards.