I want to remove the
Hi guys, I want to remove the shopping bag icon from my main menu/header in my Impulse 7.4.1 theme. I already tried to add this in theme.liquid before but it’s not working. Can you help?
a#cart-icon-bubble { display: none; }A user seeks to remove the shopping bag icon from the header/menu in Shopify’s Impulse theme version 7.4.1.
Attempted Solution:
</body>, but it didn’t work.Proposed Solutions:
Guleria’s approach: Add CSS targeting .js-drawer-open-cart with display: none;
BSSCommerce-HDL’s method:
Status: The discussion remains open with multiple CSS-based solutions offered but no confirmation of which approach successfully resolved the issue.
I want to remove the
Hi guys, I want to remove the shopping bag icon from my main menu/header in my Impulse 7.4.1 theme. I already tried to add this in theme.liquid before but it’s not working. Can you help?
a#cart-icon-bubble { display: none; }Try to add this one
.js-drawer-open-cart {
display: none;
}
Hi @ConstructionJSL ,
Please follow these steps:
This is the result: