Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128354
    victoralejandrobr
    Participant

    Hi there,

    Does anyone can give me some help on a Multi language plugin Polylang. My question is pretty easy, for someone who codes.
    I wanna change the font size of polylang switcher menu. What polylang does is adding an extra link on a menu, however I wanna that option with a smaller font size. I was trying to find CSS Class for that link but doesnt show.
    So in a nutshell what I’m after is some additional css code to make that small change in the font size of polylang switcher.
    Anyone?

    Thanks

    #128389
    tikaram
    Keymaster

    @victoralejandrobr : Please post in your site URL.

    Regards,
    Tikaram

    #128540
    victoralejandrobr
    Participant

    Thanks I solve the problem on my own. For those are looking for the same thing here is the code:

    .lang-item a {
    font-size: 0.6rem;
    font-weight: 400;
    }

    Cheers

    #128632
    tikaram
    Keymaster

    @victoralejandrobr : Glad to know that the issue has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can you give me some help on Polylang with additional css please?’ is closed to new replies.