Home › Forums › Basel support forum › SHOW LOW PRICE SHOW LOW PRICE This topic has 5 replies, 2 voices, and was last updated 5 years, 9 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 14, 2019 at 8:51 am #118722 nelogyParticipant Hello, I need to change the price display on my site How can I display the lowest price and write ” from 00,00 € ” Can see the example in attached Thanks April 14, 2019 at 8:53 am #118723 nelogyParticipant the example Attachments:You must be logged in to view attached files. April 14, 2019 at 4:11 pm #118774 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .single-product-content p.price .woocommerce-Price-amount:first-of-type { font-size: 30px; } .single-product-content p.price { font-size: 0; } body .product-grid-item .price { font-size: 0; } body .product-grid-item .price .amount:first-of-type { font-size: 16px; } Best Regards April 14, 2019 at 6:54 pm #118791 nelogyParticipant thank you for your reply, In the home page it already displays the lowest price thanks, but I need to add the text ‘start from’ look at the photo Attachments:You must be logged in to view attached files. April 14, 2019 at 7:01 pm #118793 nelogyParticipant in the product page It also displays both prices, but I need it to also show the lowest price with the word start from please see the picture Attachments:You must be logged in to view attached files. April 15, 2019 at 10:43 am #118891 Elise NoromitMember Hello, Please replace the code with this one: .single-product-content p.price .woocommerce-Price-amount:first-of-type { font-size: 30px; } .single-product-content p.price .woocommerce-Price-amount:before { content:"start from " } body .single-product-content .summary .summary-inner p.price del span{ font-size: 0px; } body .product-grid-item .price { font-size: 0; } body .product-grid-item .price .amount:first-of-type { font-size: 16px; } Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register