Archived topic
2 zeroes on cart item instead of one
3 replies · Started by johnaps on March 25, 2020
As you can see on the cart icon for some reason when you have 0 items it shows 2 zeros instead of 1…
That change was made byitself and through inspecting the css i didnt find any solution (Any thoughts on that?)
You can see the cart item with the 2 zeroes on the image bellow (dont focus on the drawn pointer its about something else)
https://imgur.com/a/YJEgE4u#IwTYQLY
Thank you in advance! 🙂
Hi there,
you have this CSS in your site:
.cart-contents>span.number-of-items.no-items:before {
content: "0";
}
i thought that was necessary to show at least one 0! Thank you very much David!
You're welcome