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 and Accept solution!
- 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!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024