add number of items to checkout badge

Solved
Regardez
Excursionist
17 0 3

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?

 

Bild 11.10.23 um 14.39.jpeg

Accepted Solution (1)
TimBlackDesign
Shopify Partner
42 8 8

This is an accepted solution.

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;
}

 

 

- If this reply was helpful please click Like to let me know! (and maybe buy me a coffee ?)
- If your question was answered please mark this as an Accepted Solution.
- Learn more about working with Shopify themes

View solution in original post

Replies 2 (2)
TimBlackDesign
Shopify Partner
42 8 8

This is an accepted solution.

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;
}

 

 

- If this reply was helpful please click Like to let me know! (and maybe buy me a coffee ?)
- If your question was answered please mark this as an Accepted Solution.
- Learn more about working with Shopify themes
Regardez
Excursionist
17 0 3

thank you! Have a great day