Hiding the shopping cart icon in the header in dawn theme

I want to hide/remove the shopping cart and search button in the header of the dawn theme (top right). How do I remove it in code?

2 Likes

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

takatsotest.myshopify.com

password: athepa

Hi @jarydvisser

Just add this code below to your theme.css file under the Asset folder.

.header__icons {
display: none !important
}
1 Like

These are the only things that come up when searching “theme” in code editor.

Hi @jarydvisser

That is weird