Title: change css
Last modified: August 22, 2016

---

# change css

 *  Resolved [jackrenn](https://wordpress.org/support/users/jackrenn/)
 * (@jackrenn)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-css-5/)
 * 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://wordpress.org/plugins/multisite-language-switcher/](https://wordpress.org/plugins/multisite-language-switcher/)

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

 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-css-5/#post-5364573)
 * 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](https://wordpress.org/support/users/jackrenn/)
 * (@jackrenn)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-css-5/#post-5364607)
 * This really helps! Thank you!!!
    Schöne Grüße aus Wien 😉
 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-css-5/#post-5364646)
 * 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.

 * ![](https://ps.w.org/multisite-language-switcher/assets/icon-256x256.png?rev=
   2793358)
 * [Multisite Language Switcher](https://wordpress.org/plugins/multisite-language-switcher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multisite-language-switcher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multisite-language-switcher/)
 * [Active Topics](https://wordpress.org/support/plugin/multisite-language-switcher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multisite-language-switcher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multisite-language-switcher/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/change-css-5/#post-5364646)
 * Status: resolved