Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I'm looking for a way to display the cart icon on mobile devices even when the cart is empty. Currently, the cart icon only appears when there are items in it, but I'd like it to be visible at all times. Has anyone managed to configure this, or can offer any advice on how to achieve this functionality? Any tips or guidance would be greatly appreciated!
Hello @bagdonaviciusbm
I think empty cart icon are not added in your store so first of all u can check this if empty cart icon added then inspect css too display none or visibility hidden
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
can you check? website: wildbrews.co
Hi @bagdonaviciusbm
Please share your store URL so that we can review and share the CSS changes you will need to achieve the same.
Thank you.
wildbrews.co
Hi @bagdonaviciusbm
Add the following CSS to your theme.
svg.icon.icon-cart-empty {
height: 4.4rem !important;
width: 4.4rem !important;
}
This should fix the issue on Safari/iOS/Mac. Please feel free to inform if you need help with adding the code to your current theme.
Thank you.