Removing the Shopping Cart on Impact theme

Hello,

My store url is: https://sadea.dk/

The theme is: Impact

I would like to remove the shopping cart icon and link from the header, as I will no longer be using it. Is there anyone that can create code to entirely remove the shopping cart?

Currently, the search icon is next to the shopping cart. I would like the shopping cart to be replaced by the search icon.

Safesprayer_0-1702370519818.png

Thank you very much in advance!

Hello @Sadea ,

You may try below css.

.header__icon-list [aria-controls=cart-drawer]{
      display: none;
}

Add the code snippet to your css file. It can be “theme.css” or “base.css” or “main.css” or may be something else. Let me know if you can’t find relevant css file as css may vary in every theme.

Let me know.
Thank you