Shopify themes, liquid, logos, and UX
Expected Behavior:
- When we click on the Header Menu text, the menu opens.
- We can then hover over the menu.
- Once the mouse moves out of the opened menu, the menu collapses.
Current Behavior:
- When we click on the Header Menu text, the menu opens.
- The menu collapses as soon as the mouse moves into it.
Please look at attached video [https://vimeo.com/97558
Solved! Go to the solution
This is an accepted solution.
Hey there,
To keep submenu open even when you remove mouse pointer from menu list, you just need to follow below steps:
1 Go to Shopify Admin > Online Store > edit code.
2. In code directory, find the file named "base.css", and open the file.
3. Copy the below mentioned code and paste it at the end of the "base.css" file.
.header .header__heading {
z-index: 99;
}
.header header-menu .mega-menu__content {
top: 60% !important;
}
4. Don't forget to save the file after changes.
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Best Regards
Parth ghelani
This is an accepted solution.
Hey there,
To keep submenu open even when you remove mouse pointer from menu list, you just need to follow below steps:
1 Go to Shopify Admin > Online Store > edit code.
2. In code directory, find the file named "base.css", and open the file.
3. Copy the below mentioned code and paste it at the end of the "base.css" file.
.header .header__heading {
z-index: 99;
}
.header header-menu .mega-menu__content {
top: 60% !important;
}
4. Don't forget to save the file after changes.
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Best Regards
Parth ghelani
Thank you so much
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025