Home › Forums › WoodMart support forum › Pricing product page Pricing product page This topic has 8 replies, 2 voices, and was last updated 5 years, 3 months ago by Elise Noromit. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts July 12, 2019 at 2:30 pm #132450 geminibvParticipant Hi support, Another question. How can I align the price to the left? See attachment. Moreover, we (our client) would like to switch de comma (,) and the dot (.) and a small space between € and amount. Hopefully you can help me. Thanks. Attachments:You must be logged in to view attached files. July 13, 2019 at 4:30 am #132497 Elise NoromitMember Hello, You can configure the currency in the Woocommerce > Settings > General Best Regards July 15, 2019 at 10:04 am #132694 geminibvParticipant Thanks Elise! And how can we align the price tag to the left instead of center? Is this something we can add in CSS or something? July 15, 2019 at 10:42 am #132704 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .product-grid-item .price { width: 100%; } Best Regards July 15, 2019 at 11:09 am #132711 geminibvParticipant Thanks! July 15, 2019 at 11:39 am #132722 geminibvParticipant Last question regarding this ticket: and can I use a specific CSS code to change the color of ‘€’ (it has to be the same green as the amount)? July 15, 2019 at 12:57 pm #132740 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .product-grid-item .price .amount .woocommerce-Price-currencySymbol{ color:red; } Set the color as per your needs. Best Regards July 15, 2019 at 3:47 pm #132795 geminibvParticipant Thanks, solved! July 15, 2019 at 7:33 pm #132826 Elise NoromitMember You are welcome! If you have any questions please feel free to contact us. Best Regards Author Posts Tagged: price, product page, quick view Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to create new topics. Login / Register