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?
1 Like
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.
tim_1
April 1, 2025, 5:46am
6
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.
2 Likes
You are a genius! That’s fixed it. Thanks so much
2 Likes
That is right, thanks for the heads up! I will update the code on my blog
Best,
Diego