Shopify themes, liquid, logos, and UX
Hi everyone,
I’d like to remove the cart item count display (the little badge showing the number of items in the cart). Does anyone know how to hide or disable this?
Here’s my store preview link: https://www.rappid.run/collections/frontpage
Password: Password
Thanks in advance for any help!
Best,
Kim
Solved! Go to the solution
This is an accepted solution.
Hi @KimGottwald
Try this one.
.header__icon--cart .cart-count-bubble {
display: none !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @KimGottwald
You can hide that count using this simple CSS code you have to put into your theme->code-editor -> base.css
.cart-count-bubble { display: none; }
If this Solution worked Like and Mark It as a Solution
Need an expert Shopify developer feel free to Contact Me
-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR
-If you need an expert Shopify developer for customization and development, feel free to contact me.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
This is an accepted solution.
Hi @KimGottwald
Try this one.
.header__icon--cart .cart-count-bubble {
display: none !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025