Home Forums WoodMart support forum hide product image in cart Reply To: hide product image in cart

#565344

Hung Pham
Keymaster

Hi koos,

Thanks for reaching to us.

First of all, I’m really sorry have taken long time to reply you due to the weekend.

Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.woocommerce-mini-cart a.cart-item-image{
	display: none;
}

Regards,