remove cart from header

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

I’ve tried both of these codes in base.css and they aren’t working.

.header__icon–cart {

visibility: hidden;

display: none;

}

&

.cart-drawer { display: none; }

Hi @meggriffin

let try to add this Custom CSS code into your Theme Settings:

.header__column .cart-drawer {
  display: none !important;
}

hi, it didnt work. I’m still editing the store but here’s my link. https://hellacomplicated.com/

The password is 1234

Hi @meggriffin

can you try with this:

.header-actions__action {
  display: none !important;
}

omg finally! THANK YOU!!!

you’re welcome :hugs: