Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

remove header in new sense theme or remove icons.

remove header in new sense theme or remove icons.

db0b
Visitor
1 0 1

Hello everyone, i'm trying to remove the header from the new theme "Sense". Removing the icons would do as well!

Also how to add custom social media button.

Reply 1 (1)

Zworthkey
Shopify Partner
5581 641 1581
svg.icon.icon-cart-empty {
    display: none !important;
}
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none !important;
}

@db0b 
Add this code in the bottom of base.css file