All things Shopify and commerce
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
Solved! Go to the solution
This is an accepted solution.
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
You can solve the issue by adding this code to your online store > Themes > Edit code > open theme.liquid and add this code after <head> element
<style>
.section-header { z-index: 9 !important; }
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
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
Thank you so much. I struggled to find the location of the z-index. This fixed it!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025