Mobile menu is transparent and malfunctioning what is going on?

This is my mobile side menu, it is transparent, and when I try to click on my ‘order tracker’ link it clicks on the slideshow image instead. Does anyone know the code to fix this?

Thank you so much in advance,

Kirsten :heart:

My shop:

password : lavishprintshop

I’m Richard Nguyen - CRO Expert at PageFly - Free Landing Page Builder.

You can add this code into the theme css file

Step1: Online store > Themes > Edit code > base.css

Step2: Find base.css on search bar and paste this at the end of the file

@media screen and (max-width: 767px){
#menu-drawer {
background: #fff !important;
z-index: 9999 !important;
}

slideshow-component {
z-index: -1 !important;
}
}

Hope this can help you solve the issue

Best regards,

Richard

1 Like