Title: Hide language dropdown
Last modified: August 31, 2016

---

# Hide language dropdown

 *  Resolved [jayfradley](https://wordpress.org/support/users/jayfradley/)
 * (@jayfradley)
 * [10 years ago](https://wordpress.org/support/topic/hide-language-dropdown/)
 * Hello, is there a way to hide the language drop down feature. I only want to 
   show the flags (with their function of translating the website). Thanks
 * [https://wordpress.org/plugins/google-website-translator/](https://wordpress.org/plugins/google-website-translator/)

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

 *  Plugin Author [Prisna](https://wordpress.org/support/users/prisna/)
 * (@prisna)
 * [10 years ago](https://wordpress.org/support/topic/hide-language-dropdown/#post-7344573)
 * Hello,
 * it’s possible to hide the drop down and the Google branding, but that’s against
   Google TOS, so you’ll be the one responsible. Anyway, to do that, you should 
   go to:
 * Advanced > General > Custom CSS, use:
 *     ```
       #google_translate_element {
       	display: none;
       }
       ```
   
 * Regards
 *  Thread Starter [jayfradley](https://wordpress.org/support/users/jayfradley/)
 * (@jayfradley)
 * [10 years ago](https://wordpress.org/support/topic/hide-language-dropdown/#post-7344588)
 * Excellent, thank you, that worked. Is there a code to just hide the drop down,
   but leave the Google branding? So just a line of flags, and the Google logo below.
   Thanks!
 *  Plugin Author [Prisna](https://wordpress.org/support/users/prisna/)
 * (@prisna)
 * [10 years ago](https://wordpress.org/support/topic/hide-language-dropdown/#post-7344701)
 * Yes, to do that, you should go to:
 * Advanced > General > Custom CSS, use:
 *     ```
       select.goog-te-combo {
       	display: none;
       }
       ```
   
 * Regards
 *  Thread Starter [jayfradley](https://wordpress.org/support/users/jayfradley/)
 * (@jayfradley)
 * [10 years ago](https://wordpress.org/support/topic/hide-language-dropdown/#post-7344702)
 * Excellent, works perfect, great plugin, great support. Thank you!

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

The topic ‘Hide language dropdown’ is closed to new replies.

 * ![](https://ps.w.org/google-website-translator/assets/icon-128x128.png?rev=1732883)
 * [Prisna GWT - Google Website Translator](https://wordpress.org/plugins/google-website-translator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-website-translator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-website-translator/)
 * [Active Topics](https://wordpress.org/support/plugin/google-website-translator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-website-translator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-website-translator/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [jayfradley](https://wordpress.org/support/users/jayfradley/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/hide-language-dropdown/#post-7344702)
 * Status: resolved