Drop Down Menus in Shapely Not Working wit IE and Edge

Hi, I have recently developed a website on my home computer using the Shapely theme. At the beginning of September the theme was updated to 1.2.7 and the drop down menus would not work with IE and Edge. I rolled back to 1.2.6 and it works fine. There has already been much discussion on this issue, but at the moment there appears to be no indication of fix for this problem other than adding css code, which seems to work for some but not others. If you need a sample of the problem, your demo site at https://colorlib.com/shapely/ still does not work. I am about to go live with site but do not want to do so if this problem is not fixed. Can you tell me if this problem will be fixed in the near future or should I be looking for an alternative theme. Many thanks in anticipation.

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;
}

Thanks!
Colorlib Support Team

Thank you NODA the menus all function satis with the additional CSS.

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

Thanks!