Sorry, I have been asking a few lately, and I know this is a weird one! How do i change please the color of the tiny cart icon number (it indicates the number of items in the cart)? I need it white please (#fff).
I was able to change all the header items to white manually, but that little number remained black!
Thanks as always, such a great community!
Hello @p1simgear
Please share here your store name. also, please provide password if store is password protected
Hello @p1simgear
follow the steps:
Online store β Actions β Edit code β Assets β base.css and paste below the code at the last of the file
.cart-count-bubble {
background-color: #fff !important;
color: #000 !important;
}
3 Likes
.cart-count-bubble {
background-color: #fff !important;
color: #000 !important;
}
Perfect! Thanks i never would have found the βcart-count-bubbleβ name myself, though i guess it does make sense!
Really appreciate you taking the time to help, thanks!