Home Forums WoodMart support forum Add one word before the price Reply To: Add one word before the price

#564274

Hung Pham
Keymaster

Hi ELO,

Thanks for reaching to us.

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

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

Regards,