Adjust "number of items in cart" number size

I can’t adjust the number of items in cart number size to fit into the dot on the shopping cart that shows up when a customer adds an item to the cart. How would i get rid of that number or adjust the size of the number to fit into the dat?

I use impulse theme.

www.flankerpress.myshopify.com

Hi @ncranford87 ,

Go to Assets > theme.css and paste this at the bottom of the file:

.cart-link__bubble--visible {
    font-size: 0 !important;
}

Hope it helps!

Hi there, and how can I make the cart show number of items added instead of a dot? Impulse theme…