A user seeks help hiding the custom collections menu from the Dawn theme’s desktop header, as it doesn’t appear in the mobile hamburger menu and therefore isn’t useful to them.
Two community members provided CSS code snippets to hide the menu by adding code to the theme.liquid file before the </body> tag. Initial attempts didn’t work, but the solution was eventually found.
Resolution:
The issue was resolved using CSS targeting details#Details-HeaderMenu-customcol with display: none !important;. The !important flag proved essential for the code to work properly.
The user expressed frustration that the custom collections feature only displays on desktop, making it impractical for their needs.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
I’m wondering if anyone can help me with hiding the custom collections menu in the header or adding it to the mobile hamburger menu. I can use it if it appears on the mobile version but since it doesn’t, I’m not using it and would like to hide it from the web header. oh, using dawn theme.
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.
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution