Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #673271

    Hi,

    Is it possible to get a “/” between the menu items?
    Something like this
    HOME / Portfolio / Services / Contact /

    THX Freek

    #673276

    Hey Freek!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #673291

    See PC.
    THX Freek

    #673663

    Hi,

    Can you please go to Appearance > Menus and create a new menu and then choose “Enfold main menu” under Menu Settings firstly?

    Best regards,
    Yigit

    #673686

    I did!. THX Freek

    #673695

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-main-nav > li > a:after {
        content: '/';
        position: relative;
        left: 35%;
    }
    .av-main-nav > li:last-child > a:after {
        content: '';
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #673697

    That did the trick. Thanks!!
    Freek

    #673698

    Hey!

    You are welcome Freek! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Character between menu items’ is closed to new replies.