Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1337871

    how can i add dropdown arrows on my navigation items?
    screenshot – https://ibb.co/qkJNV8N

    live site – http://balrajt8.sg-host.com/

    #1337897

    Hey navindesigns,

    I have added this CSS code in Enfold > General Styling > Quick CSS:

    #avia-menu .menu-item-has-children > a:before {
        content: '\e877';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-family: 'entypo-fontello';
    }

    Please review your site.

    Best regards,
    Nikko

    #1337901

    and maybe change Nikko’s code a little bit to:

    #avia-menu .menu-item-has-children > a:before {
        content: '\e875';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-family: 'entypo-fontello';
    }
    
    #avia-menu .menu-item-has-children:hover > a:before {
        content: '\e873';
    }
    #1337968

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1338375

    This works perfect

    Thanks guys!

    #1338434

    Hi,

    No problem. Glad we could be of help! Please do not hesitate to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add dropdown arrows on menu items’ is closed to new replies.