Re: Cart icon on header

Cart icon on header

bagdonaviciusbm
Tourist
32 0 3

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!

Replies 5 (5)

AK_Design_Dev
Shopify Partner
187 16 16

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.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com
bagdonaviciusbm
Tourist
32 0 3

can you check? website: wildbrews.co

Entesta
Shopify Partner
80 8 20

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.

We value your feedback! Let us know if this helped by giving it a thumbs up or marking it as a solution or buy us a coffee.
Looking for Shopify experts to help you with your website? We are just one click away. Drop an email or say hi on WhatsApp to initiate a request support@entesta.com | +91 79083 21294
Entesta - Powering Your E-Commerce Journey with Shopify Expertise
bagdonaviciusbm
Tourist
32 0 3

wildbrews.co

Entesta
Shopify Partner
80 8 20

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.

We value your feedback! Let us know if this helped by giving it a thumbs up or marking it as a solution or buy us a coffee.
Looking for Shopify experts to help you with your website? We are just one click away. Drop an email or say hi on WhatsApp to initiate a request support@entesta.com | +91 79083 21294
Entesta - Powering Your E-Commerce Journey with Shopify Expertise