Why is my Dawn theme desktop menu not clickable?

Solved

Why is my Dawn theme desktop menu not clickable?

jesuisjulie
Excursionist
28 0 10

Guys SOS!

 

Today I discovered that my desktop menu is not clickable and I can't find the solution... Using Dawn theme.

Do you know what might be the problem?

 

The website: jnsq.shop

 

Thank you,

Julia

Accepted Solution (1)

SideNode
Shopify Partner
159 38 42

This is an accepted solution.

Hey @Jesuisjulie

 

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>
.header__inline-menu {
 z-index: 99999999!important;
}
</style>
   

Let me know if need further assistance
Regards,
Artzen Technologie

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION

View solution in original post

Replies 2 (2)

SideNode
Shopify Partner
159 38 42

This is an accepted solution.

Hey @Jesuisjulie

 

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>
.header__inline-menu {
 z-index: 99999999!important;
}
</style>
   

Let me know if need further assistance
Regards,
Artzen Technologie

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION
jesuisjulie
Excursionist
28 0 10

Thank you so much! It worked!!