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.
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 Please help