Different logo for different languages (with Polylang)

Hello,
I read in a two years old post in this forum that it is not possible to have different logos related to the language in a multilanguage site made with Polylang, In that post, you suggested to switch to WPML.
Has anything changed since then? Is there a way to change the logo depending on the chosen language of the site? I am using X (and Polylang).

If I add the custom CSS;
.x-brand.img {
content:url(“url_to_the_alternative_logo.png”);
}
It changes the logo, but I don’t know how to tell the theme to change it only on one language.
Thanks!

Solved!

html[lang=“it-IT”] .x-brand.img {
content:url(“url_to_the_italian_logo.png”);
}

Hi Alessandro,

Glad that you are able to solve it.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.