• hi everyone,

    i try to add the separator | between my 2 languages

    i try this css from @swissspaceboy but doesn’t work:

    .lang-item {
    margin-right: 5px;
    float: left;
    list-style: none;
    }

    #menu-langswitch li { float: left; }
    #menu-langswitch li:before { content: “|”; padding: 0 .5em; }
    #menu-langswitch li:first-child:before { content: “”; padding: 0; }

    someone’s help?

    thanks

    • This topic was modified 6 years, 1 month ago by emapara.

The topic ‘Customize language switcher’ is closed to new replies.