Main Menu dropdown indicator - by pt1011

This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Olga Barlow

  • Avatar: pt1011
    pt1011
    Participant
    September 13, 2016 at 20:52

    no way to have a dropdown indicator in the menu if the menu has submenus in xstore? if so please let me know how, if not, please add as feature request.

    *and by dropdown indicator, i mean something like a slight arrow down on menu items that have children

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 14, 2016 at 11:00

    Hello,

    Thank you for your suggestion. We’ll took into account.

    To add this arrow on your site just add the following code in Theme Options > Styling > Custom CSS

    .menu li.menu-item-has-children:before {
        content: "\f107";
        font-family: FontAwesome;
        position: relative;
        top: 9px;
        left: -5px;
        color: #fff;
        font-weight:600;
    }

    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.