Unable to click Header__Submenu values when overlapping custom image slideshow

Hi, I have setup my drop down menu and have them linked correctly. I can click them from any page except the home page, and they function properly. It appears that when I click on menu items from the Home page, the picture banner is clicked instead of the menu item. Please Help.

Store link is artey.com.au

1 Like

You can solve the issue by adding this code to your online store > Themes > Edit code > open theme.liquid and add this code after element


For some reason your image have z-index of 8 that’s needs to be set to be 1, you need to find where is the image showing in code and make z-index: 1

1 Like

Thank you so much. I struggled to find the location of the z-index. This fixed it!

1 Like