Hi, how can I remove the Cart Icon from the header? Thank you!
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!
How can I remove the Cart from the mobile version, too?
Please add the following CSS code to your assets/section-header-navigation.css bottom of the file.
.cart__toggle {display: none !important;}
Thanks!
I have provided the code. Please add the code to the file and check the mobile and desktop devices.
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
Welcome again! if any problem let me know

