Shopify themes, liquid, logos, and UX
hi
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.
thanks
Solved! Go to the solution
This is an accepted solution.
Hey @d0ug
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 </body> tag
<style>
summary#HeaderMenu-customcol {
display: none !important;
}
</style>
RESULT:
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
modhaute.com
pw: ahltad
<style>
summary#HeaderMenu-customcol {
display: none;
}
</style>
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
sorry that didn't seem to work
details#Details-HeaderMenu-customcol {
display: none !important;
}
hey @d0ug try this one 😊
sorry this one didn't take either
it just needed the "!important"
thanks again
Hey @d0ug
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.
Best Regards,
Moeed
modhaute.com
pw: ahltad
thanks
This is an accepted solution.
Hey @d0ug
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 </body> tag
<style>
summary#HeaderMenu-customcol {
display: none !important;
}
</style>
RESULT:
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
thanks both of you!!
it's kind of a pointless feature if it only shows on the web version and not the mobile, so i had to get rid of it.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025