We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

dawn header menu

dawn header menu

MidnightCHEF
Excursionist
36 0 13

Hello there,
When hovering over the header menu drop-down, it disappears before clicking.

Screenshot 2024-12-13 at 12.55.09.png

Screenshot 2024-12-13 at 12.55.16.png

  


How do I fix this?

Replies 9 (9)

steve_michael2
Navigator
454 39 62

Hi @MidnightCHEF  , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

steve_michael2
Navigator
454 39 62

Hi @MidnightCHEF 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

.global-settings-popup, .header__submenu.global-settings-popup{
   z-index:none !important;
}
.mega-menu__content{
 top:0 !important;
}

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

MidnightCHEF
Excursionist
36 0 13

hi,
This didn't work, here is my URL:  https://studio-stars.com

steve_michael2
Navigator
454 39 62

@MidnightCHEF 

 

I’ve updated the code; please try it now.

 

 

 

.global-settings-popup, .header__submenu.global-settings-popup{
   z-index:none !important;
}
.mega-menu__content{
 top:0 !important;
 border-top: none;
}

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

 

 

MidnightCHEF
Excursionist
36 0 13

It still does the same, and now the text is underneath the header? 🙂

steve_michael2
Navigator
454 39 62

Please delete the codes that I inserted.

steve_michael2
Navigator
454 39 62

@MidnightCHEF 

Since you liked my solution, please mark solution as well.

MidnightCHEF
Excursionist
36 0 13

It has not worked yet, i just liked to indicate that I have removed the code you asked for 🙂

MidnightCHEF
Excursionist
36 0 13

Hello friend, 
i have removed the code you asked me for 🙂