Title: Insert separator between Language switcher items
Last modified: August 30, 2016

---

# Insert separator between Language switcher items

 *  [fusion2222](https://wordpress.org/support/users/fusion2222/)
 * (@fusion2222)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/insert-separator-between-language-switcher-items/)
 * Hi everyone, i am trying (for 4 hours already) figure out, how to add separator“
   |” sign between language links in Language switcher. Any advice?
 * [https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)

Viewing 1 replies (of 1 total)

 *  [diwww](https://wordpress.org/support/users/diwww/)
 * (@diwww)
 * [10 years ago](https://wordpress.org/support/topic/insert-separator-between-language-switcher-items/#post-6379247)
 * Hello,
 * You have probably found a solution but I just have the same problem and here 
   is my solution using CSS.
    In my case I had two languages. Given that each one
   have the class “lang-item” by default, I selected the first one and add my separator
   after like this :
 * .lang-item::nth-child(1):after{
    content: ‘ /’; }
 * I hope it will help other people who have the same problem !

Viewing 1 replies (of 1 total)

The topic ‘Insert separator between Language switcher items’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

## Tags

 * [menu links](https://wordpress.org/support/topic-tag/menu-links/)
 * [separator](https://wordpress.org/support/topic-tag/separator/)

 * 1 reply
 * 2 participants
 * Last reply from: [diwww](https://wordpress.org/support/users/diwww/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/insert-separator-between-language-switcher-items/#post-6379247)
 * Status: not resolved