Archived topic
Hide menu cart icon when no items in cart
3 replies · Started by Adam on December 19, 2019
Viewing posts 1–4 of 4
Hi, we need to hide menu cart icon when there are no items in the cart, and show it only when there are items in it. Can you please tell what would be the right and easiest way to achieve it?
Thank you
Hi there,
Try adding this CSS:
.wc-menu-item:not(.has-items) {
display: none;
}
Let me know :)
Hi Tom, yes it works, great! Merry Christmas!
Awesome! Merry Christmas! :)
This archived topic is closed to new replies.