Submenu in IE not showing

Hello,

can you please help me, why I can see submenu in IE?
Web: http://no-limit-kenya.com/

Hey there
Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS
.main-navigation .menu > li:hover > ul {
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
}
.main-navigation .menu>li>ul li:hover>a {
opacity: 1;
}
Let me know how it goes.
Thanks!
Colorlib Support Team

Hi,

thank you for your support! But it is not working for me :frowning:

Hey there

Code is not properly added, please properly use copy-paste, or, please provide access details and I will fix it for you

Hi, code is now added. Thank you

Hey there

Ok, let me check it from inside, please use this plugin to create temporary access for us, its automatic login link and does not requires sharing your admin details. here is How To guide. at the and don’t forget about  “Set as private reply” at the bottom of the message box

 

Here is temporary link: http://no-limit-kenya.com/wp-admin/?wtlwp_token=15e398a37b8eecb05b67205e0748de1e

Hi there

Sorry, but the link is not working, can you please check again?

Ty it now pls: http://no-limit-kenya.com/wp-admin/?wtlwp_token=15e398a37b8eecb05b67205e0748de1e

Hi there

Please try again, this is the code i used:

#header .top-header .header-navigation ul li:hover > ul.sub-menu {
visibility: visible;
}

Perfect! Works for me. Thank you! :slight_smile:

:slight_smile:
I will close this case now, Feel free to contact us again if you have other questions

Thanks!