Reply 338293 to: Main menu behaving oddly on hover. ALL submenus displaying.

Avatar: Rose Tyler
Rose Tyler
Support staff
November 10, 2022 at 14:53

Hello,

Add the next custom CSS code:

.nav-sublist-dropdown ul li.menu-parent-item:hover>.nav-sublist {
    display: block;
}
.nav-sublist-dropdown ul li.menu-parent-item>.nav-sublist {
    display: none;
}
.nav-sublist-dropdown ul>li.menu-parent-item>a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: .92rem;
    color: #b9b9b9;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -10px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.