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
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.
Thank you is https://mondaymoose.com
and do you know how may I identify that error and make that icon work again?
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!
awesome that worked! thank you so much ![]()