Menu Bar not working correctly

Solved

Menu Bar not working correctly

piecesofthem
Excursionist
14 0 6

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?

Accepted Solution (1)

tim
Shopify Partner
4709 575 1702

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.

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Replies 7 (7)

EcomSaleBooster
Visitor
2 0 0

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.

piecesofthem
Excursionist
14 0 6

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!

piecesofthem
Excursionist
14 0 6

my website is: www.piecesofthem.com.au

piecesofthem
Excursionist
14 0 6

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
Shopify Partner
4709 575 1702

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.

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
piecesofthem
Excursionist
14 0 6

You are a genius! That's fixed it. Thanks so much 🙌

diego_ezfy
Shopify Partner
2988 573 931

That is right, thanks for the heads up! I will update the code on my blog 🙂

Best,
Diego

Search for text across all files in your Shopify theme
◦ Proudly top #5 Shopify Expert of all time - Book a call with me here.