Remove Cart Icon

Hi, how can I remove the Cart Icon from the header? Thank you!

https://vuhvsoac0ed9762c-69711397132.shopifypreview.com

2 Likes

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution

Thank you!

1 Like

How can I remove the Cart from the mobile version, too?

1 Like

@domo2

Please add the following CSS code to your assets/section-header-navigation.css bottom of the file.

.cart__toggle {display: none !important;}

Thanks!

1 Like

@domo2

I have provided the code. Please add the code to the file and check the mobile and desktop devices.

1 Like

Thank you, it worked!


Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution

1 Like

@domo2

Welcome again! if any problem let me know

1 Like