Hi guys! Something went wrong with my mobile menu. It does’t show anything - just makes the screen darker. It works fine in desktop. I have tried to remove all custom code before head in theme.liquify but nothing happens. How do i fix this without having to update my theme?
stor url: https://hevoeyewear.com
1 Like
Hello @melvin_hevo ,
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code at the bottom:
.menu-opening .menu-drawer {
visibility: visible !important;
left: 100% !important;
width: 100% !important;
}
Regards
Guleria
1 Like
Hello @melvin_hevo
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.menu-opening .menu-drawer {
visibility: visible !important;
left: 100% !important;
width: 100% !important;
}
1 Like
Thank you so much Guleria!! 