Change the text of the price of the variable products

Hi,

it is possible to change the text of the price of the variable products from “€ 150.00 - € 500.00” to “starting from € 150”
Thanks

Hi Giuseppe,

Thank you for writing in, you can add this to Theme Options > CSS

.single-product .price:before {
	content: "Starting from ";
	display: inline;
} 

Please note that we do not provide support for any customization including custom CSS here in the forum, it would be ultimately your responsibility to take it from here.

If you need support for customization, you can subscribe to our paid support called ONE

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.