Home › Forums › WoodMart support forum › Hide Price on Grouped Product › Reply To: Hide Price on Grouped Product
April 13, 2023 at 12:07 pm
#459392
Aizaz Imtiaz Awan
Keymaster
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.