This topic has 2 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler
Hi there. The main menu has started to behave incorrectly. If you hover over the main menu item ALL submenus display at the same time with some odd horizontal lines. See screenshot here – https://asphair.com/IMAGES/menu_error.jpg
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
Tagged: hover, main menu, oddly behaving, submenus, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up