Dropdown Menu Disappears on hover (EBands)

the dropdown list in navigation bar in my website is wroking perfectly only on homepage but as i navigate to other pages the content/ product image appear above dropdown menu.

As soon as i hover over dropdown it dissappers.

I reviewed https://community.shopify.com/c/shopify-design/dropdown-menu-disappearing-dawn-10-0-0/m-p/2139159#M567617 but didn’t find Assets/base.css file

I am new to this so any kind of help would be appreciated.

Hi @EB_Admin

Could you share your store link to check?

Hi @Dan-From-Ryviu

https://theearthbands.com/ is the store link

Hi @EB_Admin

Please add this code to your theme.liquid file before tag in Online store > Themes > Edit code to solve the issue


1 Like

issue solved.

thank you for your help .

can I as like how you decide z-index to be 9 and not 9999 or sometimes 1000.

Also, I tried giving z-index: -1 to container which disabled any action on the page.

1 Like

Hi, z-index value of element is added by developer so you must check via source code of page or you can try to add it yourself and check if it solve the issue.