Hello everybody,
I’m trying to remove the cart icon from the header of my site. I’ve already followed all the steps suggested into other discussions (I’ve entered the code into base.css file since I have no theme.liquid file) but it didn’t work and the icon is still there. I’m using Dawn theme. Have you any other suggestion, please?
Thanks a lot
Hi @Pimpirilu
Please share your store Url and password if enable.
Thanks
Hi @Pimpirilu
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please add this css in your bottom of the base.css file:
.header-wrapper .header__icons .header__icon–cart {display: none !important}
Regards,
Santanu
Dear MsWeb_Designer,
thanks for the answer, this helped me a lot and resolved the issue,
have a nice day