Home › Forums › WoodMart support forum › Hide Price on Grouped Product Hide Price on Grouped Product This topic has 3 replies, 2 voices, and was last updated 1 year, 8 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 12, 2023 at 3:48 am #459062 myamikizaraParticipant Hi, I want to hide the main Title pricing on Grouped Product. What is the code for this? thanks April 12, 2023 at 12:17 pm #459137 Aizaz Imtiaz AwanKeymaster Hi, Sorry, but we don’t quite understand what problem you have now. Could you please send us a screenshot for better understanding. Best Regards. April 13, 2023 at 12:22 am #459301 myamikizaraParticipant Hi, we use group products for most of our products so we want to remove the main pricing from this product option. Attachments:You must be logged in to view attached files. April 13, 2023 at 12:07 pm #459392 Aizaz Imtiaz AwanKeymaster Hi, So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section: .product-type-grouped .summary-inner .price { display: none !important; } .product-type-grouped .summary-inner .cart.grouped_form .price-column .price { display: block !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