Hey we would like to hide those flags that are essentially referring to countries in the language button.

Has anyone been able to remove/hide them, in a clean way 😄?
Hey we would like to hide those flags that are essentially referring to countries in the language button.
Has anyone been able to remove/hide them, in a clean way 😄?
I think using CSS it would be something like this:
.language-selector img[alt="en"] {
display: none;
}
We did something similar to change the flag from US to Canada, so I’m 99% sure this is the part you need to turn off.
Hey
See what a I mean?
Hey,
In order to also hide the flags in the dropdow, I add to add a couple more lines, and then some lines to center everything.
/* Flags in language selector */
.language-selector img, .control-dropdown__item--with_image .dropdown-image {
display: none;
}
.main-navigation--language-switcher .language-selector {
width: auto;
padding: 0 10px;
}
.language-selector .selected .truncated {
margin-left: 0px;
}
Great that you found a solution
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.