Goal: hide the cart item count (and optionally the “Cart” text) in the header; secondary requests to keep a dot without numbers, or remove the quantity +/- controls in cart pages.
Implemented solutions (theme-specific):
Retina: add CSS to hide count and “Cart” label in styles.scss.liquid:
• .icon-cart .cart_count { display: none; }
• .nav a.icon-cart span { display: none; }
Debut: hide count in theme.scss.liquid:
• .site-header__cart-count { display: none; }
• To hide only the number but keep the colored dot: [data-cart-count] { display: none; }
• Optional dot sizing/position tweaks were shared for the badge.
Dawn: remove quantity column and +/- controls in base.css(.liquid):
• th.cart-items__heading–wide.small-hide.caption-with-letter-spacing, td.cart-item__quantity { display: none; }
General guidance:
For Online Store 2.0 themes, prefer the Theme Editor’s “custom CSS” setting instead of editing CSS files directly (Shopify help link provided).
Outstanding/requests without posted fixes yet:
Add a red dot without numbers on cart (specific site).
Make cart quantity non-editable but visible alongside remove icon.
Remove cart icon bubble in Refresh; affect checkout page badge; Taste and Ride theme variants.
Status: several CSS-based fixes confirmed by merchants; multiple follow-up requests remain open. Attachments/screenshots were provided to illustrate desired badge appearance.
Summarized with AI on December 23.
AI used: gpt-5.
I want to remove the count from the cart icon. Also, my cart icon has the picture of the cart and says “Cart” next to the image…I dont know if the word cart is actually part of the image or text thats next to the image…but I’d like to remove the word cart as the icon is self explanatory.
Actually I don’t really want to remove the count but it confuses too many people because they add a item to cart and then page back to go back to the collection and when they do the cart quantity goes back to zero and people think the items keep coming out of the cart. This is certainly a big confusion for many customers, especially since there are now many modern retail websites where the cart does not function that way so people are getting confused. What I would ultimately prefer is that as a shopper pages backwards the cart always shows the correct items and quantity. But I THINK this would require expensive customization that I just cant afford so for now I just want to remove the count.
Oh if it makes a difference my theme is the Retina theme from Out of the Sandbox…but of course if its not broken they just refer you to a developer…but with covid we have nearly lost the store so I need to do this stuff myself and not spend any money.
Hoping you can help me out as well, looking to remove the count but keep the white dot. I tried the first set of code and it removed the dot and the count. when i added the secondary code that you linked but it did not work.
Hi, I do not have in styles.scss.liquid my assets. My problem is not to count my cart icon in the header neither in web nor in mobile. How can I fix this? My url is www.ateliereso.com Thanks in advance