How can I display item count on my checkout badge?

Hello,

When puting an item into the sopping cart in my shop a black circle appears (see picture).

I want to remove this circle and put the number of items that are in the shopping cart instead.

Can you please help me?

Link to my website: https://rightnowvintage.de/

Thank you

*on another note: could you also tell me how a change the shopping cart symbol?

Hi @Regardez , it looks like the number of items is there but it is the same color as the circle. You can add this to your css file to update the color.

.cart-count-bubble span {
  color: rgba(var(--color-foreground),.75);
   font-weight: 600;
}

thank you! Have a great day