Re: Burger Menu on Dawn Theme

Solved

How can I remove the written menu from my Dawn theme?

Tess444
Tourist
4 0 1

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. 

 

294957B2-D6D7-4BA5-A50F-8D800E3E0AC6.jpeg

Accepted Solution (1)
niraj_patel
Shopify Partner
2391 516 516

This is an accepted solution.

@Tess444 

 

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,

techlyser_ecom_0-1675092080109.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 5 (5)

niraj_patel
Shopify Partner
2391 516 516

@Tess444 

 

give me the store URL than i will solve for you this issue.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Tess444
Tourist
4 0 1

https://atelierconcipio.com/

Thanks in advance for your help!

niraj_patel
Shopify Partner
2391 516 516

This is an accepted solution.

@Tess444 

 

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,

techlyser_ecom_0-1675092080109.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Tess444
Tourist
4 0 1

Thank you so much, it worked! 🙂 

niraj_patel
Shopify Partner
2391 516 516

@Tess444 

 

my pleasure

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com