How can I delete the cart icon from the header in Dawn theme?

Topic summary

A user needed to remove the cart icon from their Dawn theme header. Previous solutions found in other discussions didn’t work, possibly because Dawn lacks a theme.liquid file where CSS code is typically added.

Solution provided:

  • Add the following CSS code to the bottom of the base.css file:
.header-wrapper .header__icons .header__icon--cart { display: none !important; }

Outcome:
The CSS solution successfully resolved the issue and removed the cart icon from the header.

Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

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