New Shopify Certification now available: Liquid Storefronts for Theme Developers

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 642 1560
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

banned