Title: Customizing switcher with css
Last modified: August 18, 2024

---

# Customizing switcher with css

 *  Resolved [browmaniac](https://wordpress.org/support/users/browmaniac/)
 * (@browmaniac)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/customizing-switcher-with-css/)
 * How to remove/hide the language switcher arrow and translate the language options
   to their native names (ex. I want Estonian to be named “Eesti”. 
   [https://ibb.co/W6JM7yB](https://ibb.co/W6JM7yB)
 * Also how to make the popup border radius 10px and remove/hide dividers between
   options?
 * [https://ibb.co/kQXfHzz](https://ibb.co/kQXfHzz)
 * Thank you in advance 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomizing-switcher-with-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/customizing-switcher-with-css/#post-17962833)
 * Hi,
 * You can use this CSS code to hide the arrow: `a.gt_switcher-popup span:nth-of-
   type(2) {display:none}`
 * We have an option to display the native language names, you just need to turn
   it on in GTranslate plugin settings page.
 * You can add radius with the following CSS code: `.gt_white_content {border-radius:
   10px}`
 * You can use this CSS code to hide the dividers: `.gt_white_content a {border-
   bottom:none!important}`
 * Thanks! 🙂
 *  Thread Starter [browmaniac](https://wordpress.org/support/users/browmaniac/)
 * (@browmaniac)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/customizing-switcher-with-css/#post-17963076)
 * Thank you [@edo888](https://wordpress.org/support/users/edo888/) ! Also having
   z index type (at least I guess so?) issue where part of the woocommerce cart 
   icon is showing through the pop up language switcher background, see image: [https://ibb.co/L5kZp7R](https://ibb.co/L5kZp7R)
   
   I already checked that the cart icons zindex is lower than the language switchers.
   Dont have any other guesses what it could be.
 * Also wondering how can I add the switcher only to the mobile menu? When I choose
   from GTranslate plugin settings “Show in menu” then there are none of my custom
   menus shown. Only the “basic” ones Primary, Footer ect.
 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/customizing-switcher-with-css/#post-17966801)
 * Hi,
 * Please open a new topic for additional questions.
 * Thanks! 🙂

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

The topic ‘Customizing switcher with css’ is closed to new replies.

 * ![](https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917)
 * [Translate Wordpress with GTranslate](https://wordpress.org/plugins/gtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/gtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gtranslate/reviews/)

## Tags

 * [arrow](https://wordpress.org/support/topic-tag/arrow/)
 * [border-radius](https://wordpress.org/support/topic-tag/border-radius/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [divider](https://wordpress.org/support/topic-tag/divider/)
 * [language](https://wordpress.org/support/topic-tag/language/)

 * 3 replies
 * 2 participants
 * Last reply from: [edo888](https://wordpress.org/support/users/edo888/)
 * Last activity: [1 year, 9 months ago](https://wordpress.org/support/topic/customizing-switcher-with-css/#post-17966801)
 * Status: resolved