Remove Shopping Cart & Login Icons from Heritage Theme Header

Topic summary

A user seeks help removing the shopping cart and login icons from the Heritage theme header in Shopify. Previous solutions for other themes haven’t worked.

Proposed Solution:

  • One responder suggests adding CSS code to the styles.css file (located in assets folder):
    header-actions {
        display: none;
    }
    
  • Scroll to the bottom of the file before adding this code

Status:

  • Two other community members have requested the store URL (and password if applicable) to provide more specific assistance
  • The original poster has not yet responded with the requested information or confirmed whether the CSS solution worked
  • Discussion remains open with no confirmed resolution
Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Needing some assistance removing the shopping bag icon and login icon from the Heritage Theme header. I’ve seen multiple solutions for different themes, but none seem to work on the Heritage theme. Thank you!

1 Like

Hey @anaram95

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hello @anaram95 ,

Go to styles.css under assets, next scroll to the bottom add this code

header-actions {
    display: none;
}

Regards
Guleria

Hi @anaram95 can you share store URL?