Skip to main content
Best Answer

Removing language selection dropdown?


Forum|alt.badge.img+4

When someone is in our sign-in screen, they see a dropdown in the upper right that says “English” and has an arrow, hinting that they could click to change the language of the interface. However, we only support our content in English and have no other languages. This function ends up being useless for us, but can “trick” the user into thinking there are more languages available. Is there a way to remove this little box? Thank you in advance for reading!

What the box looks like we’d like to remove

 

Best answer by lrnlab

I assume you have you turned OFF all other languages? Had a look at mine and it’s the same with only English language as active...maybe some CSS can hide that?

View original
Did this post help you find an answer to your question?

lrnlab
Hero III
Forum|alt.badge.img+8
  • Hero III
  • May 30, 2023

I assume you have you turned OFF all other languages? Had a look at mine and it’s the same with only English language as active...maybe some CSS can hide that?


Forum|alt.badge.img+4

@lrnlab Yes, all other languages are turned off. I appreciate the insight, I figured this was only something that could be solved with CSS - thank you!


Bfarkas
Hero III
Forum|alt.badge.img+5
  • Hero III
  • May 31, 2023

Here’s the CSS to hide it if you are interested:

  .dcb-ui-language-selector {
       display: none;
   }

I havn’t checked around to see if it impacts other areas, and it does leave an outer container still that I did not see a unique enough method to remove it, but stays subtle.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings