How can I remove the cart icon from my website header?

Hi everyone,

I tried to remove cart icon on my header (we don’t sell products).

Link of my website: https://vivrds0100spfr1x-60776284399.shopifypreview.com

Someone have any idea?

Thank you in advance,

Max COSTA

@MaxCosta

Try adding this code to the bottom of styles.css.

.header-cart.action-area__link .header__link {
display: none;
}