Home › Forums › WoodMart support forum › Variable Product prices shown as "from $20" › Reply To: Variable Product prices shown as "from $20"
September 3, 2019 at 1:51 pm
#141889
Elise Noromit
Member
Hello,
Please add this code to the Page Settings of the Shop page in WP Bakery page builder
body .product-grid-item .price > ins, body .product-grid-item .price:before {
content: "from ";
font-size:15px;
}
Best Regards