Hallowxx Posted February 4, 2023 Share Posted February 4, 2023 (edited) https://www.hallowapotheca.com I’d like to change the “(0)” label for the mobile cart to “Cart” as shown in attached image. Any way to do that? Edited February 4, 2023 by Hallowxx Added sit url Link to comment
Solution ReformDesign Posted February 4, 2023 Solution Share Posted February 4, 2023 (edited) Try this in custom CSS .mobile-cart-parenthesis { display: none; } @media only screen and (max-width: 800px) { .sqs-cart-quantity { visibility: hidden; &:before { visibility: visible; content: 'cart '; } } } Edited February 4, 2023 by ReformDesign Changed code Link to comment
Hallowxx Posted February 6, 2023 Author Share Posted February 6, 2023 Thank you! Worked perfectly. ReformDesign 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment