I’d really like to make the black circle smaller and the font bigger and more centered. How do I do this?? Any help is really appreciated!!
Sincerely,
Fouzzy
![]()
I’d really like to make the black circle smaller and the font bigger and more centered. How do I do this?? Any help is really appreciated!!
Sincerely,
Fouzzy
![]()
Hi @fouzzy
Would you mind to share your Store URL website? with password if its protected. Thanks!
https://finity-case.com/
finity321
Thank you for the information.
Try this one.
.cart-count-bubble {
font-size: 12px;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you, it helped changing the font size but I’d also like to change the black circle to a smaller size because it’s covering my whole cart icon.
Try this one.
You can adjust the size if its not enought.
Same Instruction.
.cart-count-bubble {
height: 1.5rem;
width: 1.5rem;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much!