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
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025