Home › Forums › WoodMart support forum › Price display bug Price display bug This topic has 2 replies, 2 voices, and was last updated 3 years, 9 months ago by Aizaz Imtiaz Awan. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts March 8, 2021 at 10:16 am #271775 EDENParticipant Hello, i wanted to make the price appear bigger so i found your solution on the forum that works fine : .product-template-default .price .amount { font-size: 30px; } .archive .price .amount{ font-size: 20px; } the issue is that it works but not from the homepage please look the screenshot thanks best eden Attachments:You must be logged in to view attached files. March 8, 2021 at 10:18 am #271777 EDENParticipant i found out it works only from woocommerce pages, product pages etc, not from other places, look how it look from a product page Attachments:You must be logged in to view attached files. March 8, 2021 at 11:36 am #271812 Aizaz Imtiaz AwanKeymaster Hello, I saw the screenshots you attached and visited your website. The CSS you added is specific for the archive pages that’s why it is not working on the homepage. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .price .amount { font-size: 25px; } Then it will work on all pages. Best Regards Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to create new topics. Login / Register