Home › Forums › Support › How to Show ‘0’ When No Items Are in Cart? This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 11, 2023 at 4:29 pm #2564434 Willya Hi, On my current cart menu, when a customer hasn’t added any items to the cart, the cart quantity doesn’t show the number 0, but there is no value or nothing displayed. How can I display the number “0”? March 11, 2023 at 5:05 pm #2564460 LeoStaff Customer Support Hi there, Try this CSS: .cart-contents>span.number-of-items.no-items::after { content: "0"; } Learn how to add CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 March 11, 2023 at 5:19 pm #2564470 Willya Thank you Leo. It worked! March 12, 2023 at 10:32 am #2565111 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In