How to remove count on cart icon in header ?
-
Hi
How to remove count on cart icon in header ?
thanks
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,
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
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,