Dropdown header menu covered by slideshow block (Crave theme)

The dropdown sub menu links aren’t accessible in my store because the slideshow is the first section block on the site. I can’t seem to find any specific working code to add or fix with my Crave 4.0.1 theme. I’ve tried adding z-index related ones I’ve found in other “solved” cases here, but they still do not work with my site. www.jgsuperstore.com

Hi @happy_juan

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

#shopify-section-header{

z-index: 1111 !important;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

thank you, but I placed it and it still did not change anything

Hi @happy_juan

I just edited my code, please try again with it:

#shopify-section-header{
z-index: 111111 !important;
}

1 Like

Oh this one finally works. Thanks so much!

You are welcome @happy_juan