[Resolved] Hide menu cart icon when no items in cart

Home Forums Support [Resolved] Hide menu cart icon when no items in cart

Home Forums Support Hide menu cart icon when no items in cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1108599
    Adam

    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

    #1109016
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    .wc-menu-item:not(.has-items) {
        display: none;
    }

    Let me know ๐Ÿ™‚

    #1109255
    Adam

    Hi Tom, yes it works, great! Merry Christmas!

    #1109318
    Tom
    Lead Developer
    Lead Developer

    Awesome! Merry Christmas! ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.