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!