Shopify themes, liquid, logos, and UX
Hi,
I need some help. The assistance help me to put the burger menu on my Dawn theme and it works great but the other one won’t leave on desktop… Can you help me remove the written menu so I can only have the burger.
Solved! Go to the solution
This is an accepted solution.
Please put the below code above </body> in theme.liquid
layout >> theme.liquid
<style>
.header nav.header__inline-menu {
display: none!important;
}
</style>
after that looks like,
give me the store URL than i will solve for you this issue.
This is an accepted solution.
Please put the below code above </body> in theme.liquid
layout >> theme.liquid
<style>
.header nav.header__inline-menu {
display: none!important;
}
</style>
after that looks like,
Thank you so much, it worked! 🙂
my pleasure
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