Home Forums WoodMart support forum Hide Price on Grouped Product Reply To: Hide Price on Grouped Product

#459392

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.