Home › Forums › WoodMart support forum › From price for variable product From price for variable product This topic has 7 replies, 2 voices, and was last updated 4 years ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts December 16, 2020 at 4:43 pm #251500 dweb360Participant Hello The code below .product-type-variable .price span.amount:before { content:"A partir de " } is working well for adding “From …” to variable product price But how to remove “From …” price when an option is selected? Thank you Attachments:You must be logged in to view attached files. December 17, 2020 at 8:34 am #251681 Elise NoromitMember Hello, Please replace the code privided with this one: .product-type-variable .summary-inner > .price span.amount:before { content:"test " } Best Regards December 20, 2020 at 2:40 pm #252501 dweb360Participant Hello Thank you for your code All is woking well Now, it will be perfect, if we can add “From …” for all variables products in category page also Thank you December 20, 2020 at 10:06 pm #252585 Elise NoromitMember Hello, Try this code: `body.tax-product_cat .product-type-variable .summary-inner > .price span.amount:before { content:”test ” } Remove the previous one. Best Regards December 21, 2020 at 6:09 pm #252851 dweb360Participant Hello Thank you for the code Not working in category page and detail product page December 22, 2020 at 12:04 pm #253067 Elise NoromitMember Hello, Please remove the code and provide the category page with the variable products. Best Regards December 22, 2020 at 1:47 pm #253105 dweb360Participant Hello Done Thank you December 23, 2020 at 12:05 pm #253302 Elise NoromitMember Hello, Please replace the code with this one: body.tax-product_cat .product-type-variable .price span.amount:before { content:"test "; } This code is for the variable product. Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register