Archived topic
Seeing a Random number on the Cart
3 replies · Started by Sars on March 20, 2021
Viewing posts 1–4 of 4
Dear Team,
How do I solve this?
Seeing a random number next to the cart Icon. Thank you
Hi there,
The cart works fine to me:
https://www.screencast.com/t/KRnuPyhw2X
Does this number appear all the time or under some specific circumstances?
Let me know :)
Thanks Ying
It works at times maybe. When I checked, It shows the no. of cart items. How to hide the number of items?
Thank you
You can use this CSS:
.menu-bar-item .shopping-cart .number-of-items {
display: none;
}
This archived topic is closed to new replies.