Dawn Theme - Remove extra account login/icon from header

Topic summary

A user is trying to remove an unwanted account login icon from their Dawn theme header but has encountered multiple issues:

Problem:

  • Extra account icon appearing in the header
  • Lost sticky header functionality while attempting the removal
  • Second account login reappeared even after applying suggested fixes

Solutions Offered:

Option 1 (Moeed):

  • Navigate to Online Store → Edit Code → theme.liquid
  • Add custom code above the </body> tag
  • Specific code snippet provided but appears corrupted in the thread

Option 2 (ZenoPageBuilder):

  • Edit theme code → styles.css
  • Add CSS: body > .header__icon--account { display: none; }

Current Status:
The issue remains unresolved. The account icon keeps returning despite implementing the suggested CSS solution, and the user continues to seek assistance.

Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hello,

Can anyone please help me remove the account icon shown on my website under the header, I’ve looked everywhere and can’t figure it out. While trying to remove it, I somehow also lost my sticky header :disappointed_face: Please help

website is: https://meltmyheart.nz

Hey @Alexandria2021

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello @Alexandria2021 :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file styles.css and add this code at the bottom

body > .header__icon--account {
    display: none;
}

Hope that helps!

The second account login returned and even with above code, i’m unable to remove it again. Please help.

website is: https://meltmyheart.nz

The second account login returned and even with above code, i’m unable to remove it again. Please help.

website is: https://meltmyheart.nz