Home › Forums › WoodMart support forum › Price appearance › Reply To: Price appearance
June 15, 2021 at 12:14 pm
#299949
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-type-variable .price:before {
content:"from "
}
body .single_variation_wrap .single_variation .price:before {
content:" "
}
If you have the single language site, translate “from” in CSS code,
Best Regards