What's your biggest current challenge? Have your say in Community Polls along the right column.

Remove Cart Item Count Display from Cart Icon

Solved

Remove Cart Item Count Display from Cart Icon

KimGottwald
Trailblazer
235 0 34

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

 

KimGottwald_0-1730490973124.png

 

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9146 2183 2698

This is an accepted solution.

Hi @KimGottwald 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.header__icon--cart .cart-count-bubble {
    display: none !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1730492934779.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 2 (2)

Mehran_Ali
Shopify Partner
447 57 69

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

Buying Me A Coffee.

-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

Made4uo-Ribe
Shopify Partner
9146 2183 2698

This is an accepted solution.

Hi @KimGottwald 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.header__icon--cart .cart-count-bubble {
    display: none !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1730492934779.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.