There the possibility to add custiom CSS in Weglot for hiding bloks or specific content in specific langauges. For Example: I dont wont to show a link in the menu of english version, but only in the Italian or French language, or I wont to publish an embed form only in the English version and not in the other one.
I discovered this command with the support of Weglot, but It thik:
Here is what I do atm.
/ hide and show element based on language /
html[lang=”fr”] .hidden-fr display: none;
}
html[lang=”en”] .hidden-en display: none;
}