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>
- Solved it? Hit Like and Accept solution!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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 what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025