• Resolved jackrenn

    (@jackrenn)


    Hi,
    stupid question, but I just can’t find it….
    Where is stylesheet, where I change the styles…?
    I want to have just the language names (no flags), which I can set in the general plugin settings. But I want to change the colors of the language link and the hover color, and I want to have an active state for the active language. Where can I find and change those css styles?

    Thank you a lot!
    Jack

    https://ww.wp.xz.cn/plugins/multisite-language-switcher/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dennis Ploetner

    (@realloc)

    Hi,

    it’s no stupid question. There is just some CSS for the admins screens.

    But you can style the output easily. For example:

    Set before_output in the plugin settings to <div id="languages">, after_output to </div> and add some styles to your CSS like this

    #languages a { color: abc; }
    #languages a:hover { color: def; }
    #languages a.current_language { color: ghi; }

    Hope this helps.

    Cheers,
    Dennis.

    Thread Starter jackrenn

    (@jackrenn)

    This really helps! Thank you!!!
    Schöne Grüße aus Wien 😉

    Plugin Author Dennis Ploetner

    (@realloc)

    Excellent! Don’t forget to rate the plugin! 😉

    Schöne Grüße aus Italien.

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

The topic ‘change css’ is closed to new replies.