The hamburger menu icon not working on mobile (Debut Theme)

Hi,

I am having trouble with my hamburger menu, its not working nor displaying the menu in the mobile.

This is my website: https://mondaymoose.com

I also

hello @mondaymoose

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

1 Like

Thank you is https://mondaymoose.com

1 Like

@mondaymoose

Some js error in Assets/theme.js file Please check .

Thanks!

1 Like

and do you know how may I identify that error and make that icon work again?

@mondaymoose

Please remove this css code from Assets/theme.js file

.hero {
background-attachment: fixed;
}

@media only screen and (max-width: 749px) {
.hero {
    background-attachment: scroll;
}
}

Add this cod e your Assets/theme.css file .

Thanks!

1 Like

awesome that worked! thank you so much :slightly_smiling_face: