This topic has 2 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler
I can not work out whats happening with the first drop down menu item, it’s setup is exactly the same as the others, but it’s not showing the the main menu and sub items correctly
The one under shop > Audio display all sub items before hovering
Hello,
Please add the next custom CSS code:
.item-design-dropdown .nav-sublist-dropdown ul>li.menu-parent-item>a:after {
content: "\e904";
font-size: 60%;
font-family: xstore-icons;
position: absolute;
right: 2.5em;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.item-design-dropdown .nav-sublist-dropdown ul li.menu-parent-item:hover>.nav-sublist {
display: block;
}
.item-design-dropdown .nav-sublist-dropdown ul li.menu-parent-item>.nav-sublist {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up