Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

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
502 83 142

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
502 83 142

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