Menu Issue – First item not displaying conrrectly

This topic has 2 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Rose Tyler

  • Avatar: finleydesign
    finleydesign
    Participant
    November 10, 2022 at 16:50

    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

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 11, 2022 at 03:22

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.