Hello!
I have a few issues: http://mab.wordpresskurser.se
1. I have added RTL languages to the website – Can I edit the specific CSS for each language, and If so, how do I do it?
2. I have added a custom language through WPML, and I wish to edit/create a CSS for this language. Can you help me with this as well?
Hey grafixstudio,
You have two options, simple one is to go to Enfold theme options and change language of theme options, say to Swedish and go to General Styling > Quick CSS and add your custom CSS code. It will be applied on Swedish version of the site.
The other options is to add “.rtl” selector to the beginning of your custom CSS code as following
.rtl .main_color a { color: orange; }
Best regards,
Yigit