Why isn't my mobile menu working in Accent theme?

Hi everyone,

Hoping someone has a solution to this problem.

My mobile menu isn’t working. It appears in the header but users can’t access the links. I tried contacting Suture for support but have not had any response (very disappointing).

www.deliveryhound.com.au

Thanks

J

@Jan221

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {z-index: 6666 !important;}
1 Like

Hi @Jan221 ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

#general-header {
      z-index: 9999;
}

Hope it helps!

Thanks so much, this worked!