Hi, Woodycity.
The Grouped product will only apply to Simple products.
Currently, you added the Variable product to Grouped Product => Add to cart will not show.
- You can add this line to "style.css" of Child Theme or you go to Theme Options -> Custom CSS and add them to clarify:
.single-product .group_table .add-to-cart-wrap a, .site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist {
opacity: 1;
line-height: 40px;
}
- To display Add wishlist, you add this line:
.site-content-single-product .single-product-info .summary-product-wrap form.cart{
width: auto;
}
.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist{
display:inline-block;
margin-left: 10px;
}
Hope it help!.
Best regards,