Home › Forums › WoodMart support forum › How to remove product image from cart dropdown › Reply To: How to remove product image from cart dropdown
March 27, 2020 at 11:36 am
#182766
leejay123
Participant
Hi the reason the image is not showining in the mini cart is because i have the below snippet active as the css code you provided did not work. I cleared WP roket cache, cleared my browser cache and purged my CDN.
add_filter( ‘woocommerce_cart_item_thumbnail’, ‘__return_false’ )