Title: language conditional custom CSS
Last modified: July 28, 2020

---

# language conditional custom CSS

 *  Resolved [monographix](https://wordpress.org/support/users/monographix/)
 * (@monographix)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/language-conditional-custom-css/)
 * How can we edit other contents or appearance of a translated page (apart from
   translating text and images) ?
 * For example i need to modify a CSS attribute of a Headline only in a translated
   page.
 * Thank you.
    Nick

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Denis](https://wordpress.org/support/users/sdenis/)
 * (@sdenis)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/language-conditional-custom-css/#post-13180208)
 * Hello Nick,
 * If yo
    u want to edit an item only in the translated language with css You can
   use the following which will limit the code change to a certain language only:
 * `.translatepress-en_US`
 * Followed by it can come a unique css class from an element you want to manipulate.
   for example:
 *     ```
       .translatepress-en_US .form344 {
       text-size:17px;
       }
       ```
   
 * P.S – Don’t forget to change “en_US” in the language slug you want to edit the
   element to.
    To find what language slug you have for a certain language please
   go to: Wordpress Dashboard -> Settings -> Translatepress General Settings -> 
   copy the language code. [https://ibb.co/TBgpvvq](https://ibb.co/TBgpvvq)
 * If you have another question or problem regarding the plugin please let me know
 * Warmest regards,
    Denis,
 *  Thread Starter [monographix](https://wordpress.org/support/users/monographix/)
 * (@monographix)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/language-conditional-custom-css/#post-13196966)
 * Thank you !!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘language conditional custom CSS’ is closed to new replies.

 * ![](https://ps.w.org/translatepress-multilingual/assets/icon.svg?rev=3166541)
 * [TranslatePress - Translate Multilingual sites with AI Translation](https://wordpress.org/plugins/translatepress-multilingual/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/translatepress-multilingual/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/translatepress-multilingual/)
 * [Active Topics](https://wordpress.org/support/plugin/translatepress-multilingual/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/translatepress-multilingual/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/translatepress-multilingual/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [monographix](https://wordpress.org/support/users/monographix/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/language-conditional-custom-css/#post-13196966)
 * Status: resolved