Home › Forums › WoodMart support forum › Grouped Product Design › Reply To: Grouped Product Design
November 3, 2022 at 10:18 am
#418281

Aizaz Imtiaz Awan
Keymaster
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