Home Forums WoodMart support forum Grouped Product Design Reply To: Grouped Product Design

#418281

Hello,

To hide the View Products button for the Child Grouped Products, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:


.cart.grouped_form table tbody .product-quantity {
   display: none !important;
}

Best Regards