Hover drop down mega menu disappears too quickly

Solved

Hover drop down mega menu disappears too quickly

bee-woo
Tourist
16 0 1

On my home page the hover drop down works fine and does not disappear. However on every other page the hover mega menu disappears too quickly. Any help will be greatly appreciated. Thank you

 

 

https://imgur.com/a/0sX8Yd9

This is the video of the issue.

Accepted Solution (1)

AnneLuo
Shopify Partner
933 173 199

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme. liquid file and add the following code to the head tag

<style>
 .mega-menu__content {
    z-index: 1;
 }

 .header--middle-center a.header__heading-link {
    z-index: 2;
 }
</style>

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 6 (6)

Liquid_xPert_SJ
Shopify Partner
1189 130 167

@bee-woo 

 

please share store url.

 

thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂

AnneLuo
Shopify Partner
933 173 199

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme. liquid file and add the following code to the head tag

<style>
 .mega-menu__content {
    z-index: 1;
 }

 .header--middle-center a.header__heading-link {
    z-index: 2;
 }
</style>

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

bee-woo
Tourist
16 0 1

Thank you, that worked for me

AnneLuo
Shopify Partner
933 173 199

Thank you for your reply. I'm glad to hear that the solution worked well for you.
If you require any more help, please don't hesitate to reach out.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

PeterEmersonCli
Visitor
2 0 0

Hi,

I have the hover function working on the menu but it is disappearing.

Where do I paste this code to make the menu stay?

Thanks