We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Remove cart from header in Tinker theme

Remove cart from header in Tinker theme

meggriffin
Excursionist
20 0 2

Hi, how can I remove the cart from my header in the new Tinker theme?

This old code

 

.header__icon--cart { 

visibility: hidden;

  display: none;

  }

 

isn't working 

Replies 3 (3)

Laza_Binaery
Shopify Partner
545 87 152

Hi @meggriffin 

 

Try with :

.cart-drawer {
    display: none;
}

 

Kind regards
Laza
www.binaery.com
meggriffin
Excursionist
20 0 2

Hi, this didn't work either. I put it in the base.css like all my other sites but it's still not working

Laza_Binaery
Shopify Partner
545 87 152

Well worked for me in the browser, but can you share a link to your store? Also, try to do a full page refresh or open in a new incognito/private browser window.

 

scrnli_V05xTxL24pvrB4.png

Kind regards
Laza
www.binaery.com