Dawn theme mobile account icon customization

Topic summary

A user wants to modify the Dawn theme’s mobile header to display the account login as an icon (similar to desktop view) instead of having it hidden inside the hamburger menu.

Current Issue:

  • The account login link currently appears within the mobile hamburger menu
  • User prefers it visible as a header icon like on desktop

Proposed Solution:

  • A responder suggests centering the login link as a simpler alternative if the issue stems from wishlist icon overlap
  • This can be achieved by adding CSS code to Theme Settings > Custom CSS:
.menu-drawer__utility-links {
  text-align: center;
}
  • Moving the icon to the header would require more complex customization

Status: The discussion remains open with one suggested workaround provided, though the full header icon implementation hasn’t been addressed.

Summarized with AI on October 25. AI used: claude-sonnet-4-5-20250929.

I’m using the Dawn theme, and I want to customize the mobile view account login button. I want it to appear like the desktop view — as an account icon (silhouette) on the header — instead of being inside the hamburger menu.

website: https://ambersilverz.myshopify.com/

password: amber

1 Like

If the reason is that the wishlist icon overlaps, then consider simply centering the login link? This would be a simple change – can go into “Theme settings”=> “Custom CSS”; moving it to the header would be more complex.

.menu-drawer__utility-links {
  text-align: center;
}


if my post is helpful, please like it ♡ and mark as a solution -- this will help others find it