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.
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
Hi @jarydvisser
That is weird