Hide Price on Grouped Product
-
AnonymousInactive
Hi, I want to hide the main Title pricing on Grouped Product. What is the code for this?
thanks
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.
AnonymousInactive
Hi, we use group products for most of our products so we want to remove the main pricing from this product option.
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.