Home › Forums › WoodMart support forum › Hide Price in Shop Page Hide Price in Shop Page This topic has 3 replies, 2 voices, and was last updated 2 years, 3 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 18, 2022 at 5:12 am #397984 MishkatParticipant Hello, Is there a way I can hide the price in the product grid/shop pages but not in the single product page? August 18, 2022 at 9:05 am #398000 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .product-grid-item .price { display: none; } Best Regards August 18, 2022 at 4:28 pm #398134 MishkatParticipant This didn’t work August 19, 2022 at 8:39 am #398210 Aizaz Imtiaz AwanKeymaster Hello, Please replace the previous Custom CSS with the following then check back. .product-grid-item .price { display: none !important; } Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register