Home Forums WoodMart support forum How to remove count on cart icon in header ?

How to remove count on cart icon in header ?

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

    Maxor
    Participant

    Hi
    How to remove count on cart icon in header ?

    thanks

    #700217

    Hello,

    Please copy and paste the below given CSS code to Theme Settings > Custom CSS > Global CSS. It will remove the count on the cart icon in the header.

    .wd-header-cart span.wd-cart-number.wd-tools-count
     {
        display: none !important;
    }

    Best Regards,

    #700333

    Maxor
    Participant

    Hi
    Thank you but actually i would like the count to show only if at least 1 product is in cart
    otherwise not show count 0

    like many ecommerce sites, they only show count if a product has been added to cart
    in order not to show “0”

    how can we have that ? that would be perfect

    (same for wishlist icon)

    thanks a lot

    #700442

    Hello,

    Unfortunately, it is not possible. We can either hide or show the counter.

    If you have any questions please feel free to contact us.

    Best Regards,

Viewing 4 posts - 1 through 4 (of 4 total)