Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    For your specific case I believe you can have something like this in CSS:

    html[lang="auto"] a[title="English"] {display:none;}
    html[lang="en-CA"] a[title="English"] {display:none;}
    html[lang="fr"] a[title="Fran?ais"] {display:none;}

    Thanks! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Hide active language’ is closed to new replies.