How to create drop down menu where items are shown ( eg pic)

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

  • Avatar: vix
    vix
    Participant
    August 17, 2019 at 18:15

    How to create drop down menu where items are shown like the pic attached

    https://snag.gy/OS4AlR.jpg

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2019 at 08:17

    Hello,

    Do you want to add arrows?
    Try this custom CSS code:

    .menu-main-container .menu-item-has-children.menu-parent-item {
       padding-right: .65em;
    }
    .menu-main-container .menu-item-has-children.menu-parent-item > a:after {
        content: "\e905";
        font-family: 'xstore-icons' !important;
        position: absolute;
        top: 15px;
        right: -10px;
        font-size: 10px;
        background-color: transparent !important;
    }

    Regards

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

The issue related to '‘How to create drop down menu where items are shown ( eg pic)’' has been successfully resolved, and the topic is now closed for further responses

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