Home › Forums › WoodMart support forum › Price appearance Price appearance This topic has 7 replies, 2 voices, and was last updated 3 years, 6 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts June 14, 2021 at 4:49 pm #299756 CRRParticipant Hello everyone, How can I put my price in a “starting from” way ? Instead of the smallest one only and the two different prizes ( the smallest and biggest one for the same product) on my category page please ? June 14, 2021 at 10:08 pm #299804 Elise NoromitMember Hello, You need to disable hiding Hide “to” price in the Theme Settings > Shop page: https://gyazo.com/a3f43dc7f35eec1a1680a2fc6b3dcf99 Best Regards June 14, 2021 at 11:27 pm #299826 CRRParticipant Thank you for the response. I only see the smallest price, I can’t see the “starting from” sentence. π June 15, 2021 at 12:14 pm #299949 Elise NoromitMember 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 June 16, 2021 at 2:09 pm #300210 CRRParticipant Hi, It doesn’t work. Maybe it is because there’s already another piece of code, as you can see on the screenshot. Attachments:You must be logged in to view attached files. June 16, 2021 at 10:25 pm #300270 Elise NoromitMember Hello, Please provide your site admin access to the private area. Best Regards June 17, 2021 at 1:33 pm #300457 CRRParticipant here it is π June 17, 2021 at 10:54 pm #300517 Elise NoromitMember Hello, Please add this code instead to the Theme Settings > Custom CSS .product-type-variable .summary-inner > .price span.amount:before { content:"from "; } body .product-type-variable .price span.amount:before { content:"from "; } Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register