Home Forums WoodMart support forum Price appearance Reply To: Price appearance

#299949

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