Archived topic
Woocommerce mini cart sub-menu default image remove
5 replies · Started by Kris on July 12, 2019
Hi Tom & Crew,
Is the a way to remove the default image or any image on the mini cart sub-menu? We are using the Woo Bookings extension and these bookings do not have a featured image.
Thanks,
Kris
Hi there,
Give this CSS a shot:
.woocommerce ul.cart_list li img {
display: none;
}
.woocommerce.widget_shopping_cart .cart_list li {
padding: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Hi Leo,
That worked great! Now how to remove the container area so the booking has less space to the left? Or centered?
Thanks, Kris
Can you try the edited CSS above?
https://generatepress.com/forums/topic/woocommerce-mini-cart-sub-menu-default-image-remove/#post-956214
Let me know :)
Hi Leo,
That worked great again! Thanks much!
Kris
No problem :)