A user wants to remove the hamburger menu icon from both desktop and mobile views in Shopify’s Dawn Theme (version 11), replacing it with a horizontal text menu across all devices.
Solution Provided:
Navigate to Online Store → Theme → Edit Code
Locate the base.css file
Add CSS code at the bottom: svg.icon.icon-hamburger { display: none !important; }
Save the file
Status: The original poster confirmed the solution worked perfectly.
Follow-up Questions:
Another user asked if this approach works for the Debut theme (couldn’t find the specified file)
A third user inquired about implementing the same desktop menu on mobile
Summarized with AI on November 14.
AI used: claude-sonnet-4-5-20250929.
I would like to remove the hamburger menu and only have a horizontal text menu on both my desktop and mobile. I tried all the CSS code suggestions for either theme.liquid or base.css suggestions.