How can I change element's style in the frontend for certain language?

"mltlngg-{current language slug}" class type has been added to the <body> tag for an ability to stylize content of certain language. For example, if you want to set the green color for <p> when English language is selected, it is necessary to:

1. Go to WordPress admin panel, select "Multilanguage", switch to "Custom code" tab;

2. Mark "Activate custom CSS code" checkbox and enter the following code:

.mltlngg-en_US p { color: green; }

3. Save changes.


This article related to Multilanguage by BestWebSoft plugin

Additional resources: Multilanguage - User Guide

Still need help? Feel free to contact our friendly support team. Create a private ticket 

Have more questions? Submit a request