Remove cart from header in Tinker theme

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

Hi @meggriffin

Try with :

.cart-drawer {
    display: none;
}

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

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.