Mega menu is dissappearing too quick , spotlight theme

Simply when I hover on the page the mega menu appears at it should. When I move the mouse down to choose something it disappears quick without any input from me…

Any solutions ?

Thanks in advance

Hey @Pavlos-K

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hey @Moeed

thanks for the reply , my site https://43e57c-0e.myshopify.com/ and the password is yeeffi

really appreciate it

Pavlos

Hi @Pavlos-K

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to add animation to displaying

.js .mega-menu__content {
    transition: opacity 0.5s ease-in-out;
}

Hi @Dan-From-Ryviu , thanks for the reply but unfortunately thay didn’t work. Any other ideas ?