My menues don´t work any more in Internet Explorer

My menues don´t work any more in Internet Explorer! The drop menues don´t expand (if there are more menu choices than just one single link. Why? And what can I do to get them work again?
The menues still work fine in Google Chrome and on cell phones.

Both my websites are made in WordPress with Travelfy theme:

http://helensjoholm.nu/

Hi There,

Hope you are having a good day and thank you for your question ?

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 very much, but I´m sorry to say it didn´t help!

Hi there

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

 

Thank you very much!!
I wish we start with http://helensjoholm.nu/
It consists of a Swedish-language and an English-language version of the website.

Here is the login link for the Swedish-speaking site:

http://helensjoholm.nu/wp-admin/?wtlwp_token=020df8aa28b9a16e108519ed751676ce

Here is the login link to the English language site:

http://helensjoholm.nu/_eng/wp-admin/?wtlwp_token=02a06b9f041031d9436e8052890fe004

(I used the name and email address from your profile)

Hi there

Fixed, this is the CSS I used:

#main-nav li:hover ul {
opacity: 1;
display:block;
}