Hello,
You can try to use this code in custom.css file
.nav-sublist-dropdown{
opacity:0;
}
.menu-item-has-children:hover > .nav-sublist-dropdown{
opacity:1;
-webkit-transition: opacity 1s ease 0.2s;
-moz-transition: opacity 1s ease 0.2s;
-o-transition: opacity 1s ease 0.2s;
transition: opacity 1s ease 0.2s;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.