Title: change CSS code active language
Last modified: August 24, 2016

---

# change CSS code active language

 *  Resolved [Erika van Wijk](https://wordpress.org/support/users/erika-van-wijk/)
 * (@erika-van-wijk)
 * [11 years ago](https://wordpress.org/support/topic/change-css-code-active-language/)
 * Hi there,
 * Could someone help me out with the CSS code to change the text-color of the active
   language? The following code does not seem work:
    .qtranxs_widget ul li.lang-
   de.active {color: #dd3333 !important;}
 * And I would like to show the two different languages in a vertical way (on top
   of eachother) instead of horizontally (next to eachother). Is that possible via
   a CSS code?
 * Many thanks for your help in advance!
 * Best regards, Erika
 * [https://wordpress.org/plugins/qtranslate-x/](https://wordpress.org/plugins/qtranslate-x/)

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

 *  Thread Starter [Erika van Wijk](https://wordpress.org/support/users/erika-van-wijk/)
 * (@erika-van-wijk)
 * [11 years ago](https://wordpress.org/support/topic/change-css-code-active-language/#post-6100030)
 * it might help to show the website: [http://artbellwald.ch/](http://artbellwald.ch/)
   
   The widget is positioned in the below left corner.
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years ago](https://wordpress.org/support/topic/change-css-code-active-language/#post-6100336)
 * [@erika](https://wordpress.org/support/users/erika/) van Wijk,
 * Try this:
 *     ```
       .qtranxs_language_chooser a {
       	color: #dd3333;
       }
       ```
   
 * Also try this:
 *     ```
       .qtranxs_flag_and_text {
       	display: list-item;
       }
       ```
   
 * ans so on.
 *  Thread Starter [Erika van Wijk](https://wordpress.org/support/users/erika-van-wijk/)
 * (@erika-van-wijk)
 * [11 years ago](https://wordpress.org/support/topic/change-css-code-active-language/#post-6100342)
 * [@gunu](https://wordpress.org/support/users/gunu/)
 * Thanks for your help!
    I made a combination of the code, which works perfect!
 * .qtranxs_language_chooser li.lang-de.active a { color: #dd3333;}
 * Best regards,
    Erika

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

The topic ‘change CSS code active language’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate-x_f9f9f9.svg)
 * [qTranslate X](https://wordpress.org/plugins/qtranslate-x/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate-x/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate-x/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate-x/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate-x/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate-x/reviews/)

## Tags

 * [active](https://wordpress.org/support/topic-tag/active/)
 * [code](https://wordpress.org/support/topic-tag/code/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [language](https://wordpress.org/support/topic-tag/language/)

 * 3 replies
 * 2 participants
 * Last reply from: [Erika van Wijk](https://wordpress.org/support/users/erika-van-wijk/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/change-css-code-active-language/#post-6100342)
 * Status: resolved