How to remove quantity count bubble with Colorblock theme?

Hello Ive seen this answered but none of the solutions work with my theme. I would like the quantity bubble on the cart icon removed. Id like to leave the cart icon there but id like the quantity attached removed thanks. My url is jaeljib.com

1 Like

Hi @jaellycunn ,

Would you mind to share the password also?

Thanks!

hi its : ivael

1 Like

Thank you for the information.

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 “theme.scss.liquid, styles.scss.liquid or base.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:
  4. And Save.
.cart-count-bubble {
    display: none;
}

Result:

I hope it help.

1 Like

THANK YOU!!

Welcome, Happy to help. :blush: