Customize language switcher
-
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
The topic ‘Customize language switcher’ is closed to new replies.