• Resolved Erika van Wijk

    (@erika-van-wijk)


    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/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Erika van Wijk

    (@erika-van-wijk)

    it might help to show the website: http://artbellwald.ch/
    The widget is positioned in the below left corner.

    Plugin Author Gunu

    (@grafcom)

    @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

    (@erika-van-wijk)

    @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.