Site logo

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?

https://paste.pics/BXI28

Seeing a random number next to the cart Icon. Thank you

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.