Shopify themes, liquid, logos, and UX
I'm getting an error with my menu bar - every time I go on to the website from the home page and select the menu bar - I want to select Shop > Shop all, however as soon as I click shop it takes me to the same page my banner is directed to.
Can anyone assist with fixing this glitch?
Solved! Go to the solution
This is an accepted solution.
You need to go to the custom section you've got from EZFY and update CSS there.
.image-banner-section a.ezfy-custom-link {
z-index: 2;
}
Currently z-index is 3 which makes banner link overlap menu.
Or add this code to the Theme Settings => Custom CSS (or at the bottom of the base.css)
.section-header.shopify-section-group-header-group {
z-index: 5;
}
@diego_ezfy -- have a look.
Go to your menu settings and remove the link from "Shop" so it only toggles the dropdown. Clear your cache and test in incognito mode.
If it's a theme issue, check settings or let me know your platform for specific steps.
Thanks so much 🙂 I have checked and there is no link attached to "shop" already. I'm using the Dawn theme and I have the issue on desktop and mobile!
I've already done this and no issue with the "shop all" link. There is no link attached to just the "shop" button either.
This is an accepted solution.
You need to go to the custom section you've got from EZFY and update CSS there.
.image-banner-section a.ezfy-custom-link {
z-index: 2;
}
Currently z-index is 3 which makes banner link overlap menu.
Or add this code to the Theme Settings => Custom CSS (or at the bottom of the base.css)
.section-header.shopify-section-group-header-group {
z-index: 5;
}
@diego_ezfy -- have a look.
You are a genius! That's fixed it. Thanks so much 🙌
That is right, thanks for the heads up! I will update the code on my blog 🙂
Best,
Diego
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025