Polylang - language switcher customizations

My website is in English & German languages using Polylang. I would like to customize the look of the language switcher, preferably something simple such as EN / DE. I would also like to adjust the size of the font so that it matches the other links in the header menu. 

I have attached an image of the menu here; http://d.pr/i/1eeUJ

You can also see this on the live website here; http://mechanischepostkarte.info/en/home-en/

Thanks for any assistance, I have looked for a solution with no luck so far.


Comments

  • Hi,

    below, we are giving you the css for simple changes and please notice that to do more, it is necessary to modify theme files.
    #Top_bar .wpml-languages.horizontal ul li:first-child {
        border-right: 1px solid #000;
        padding-right: 5px;
    }

    #Top_bar .wpml-languages.horizontal ul li a {
        font-family: Montserrat;
        font-size: 10.8px;
    }
Sign In or Register to comment.