Home › Forums › WoodMart support forum › Add one word before the price › Reply To: Add one word before the price
May 9, 2024 at 8:40 am
#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,