Hello!
Maybe try the custom CSS through Appearance -> Customize -> Custom -> CSS
#menu-item-4587:hover .sub-menu {
display: block!important;
}
Hope that will solve the issue.
That doesn’t seem to work but thank you anyways!
Fixed!!
Putting a note in case someone else has this error. This is the CSS that worked for me.
#primary-menu .menu-item:hover > .sub-nav {
visibility: visible;
opacity: 1;
}