Home Forums WoodMart support forum Remove related products from cart page + same cart icon between header and shop Reply To: Remove related products from cart page + same cart icon between header and shop

#379328

Hello,

1) Please read the woocommerce documentation for help:
https://woocommerce.com/document/related-products-up-sells-and-cross-sells/#:~:text=Up%2Dsells%20are%20products%20that,page%20underneath%20the%20product’s%20description.

2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.wd-add-btn-replace .add-to-cart-loop:before {
content: “\f126”;
}

Best Regards