Hide Language box on top right | XM Community
Skip to main content
Solved

Hide Language box on top right

  • October 18, 2024
  • 2 replies
  • 37 views

Forum|alt.badge.img+1

Hi,

I want to hide the drop box at the top right of every page. I do no want participants to see them and prevent them from changing the language. How can I do that? See image attached. Thanks

 

Best answer by Nam Nguyen

@ale9992 Go into Look&Feel → Style → Custom CSS and paste this code in it

.LanguageSelectorContainer {
display: none;
}

 

2 replies

Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+29
  • QPN Level 8 ●●●●●●●●
  • 1096 replies
  • Answer
  • October 18, 2024

@ale9992 Go into Look&Feel → Style → Custom CSS and paste this code in it

.LanguageSelectorContainer {
display: none;
}

 


Forum|alt.badge.img+1
  • Author
  • Level 1 ●
  • 3 replies
  • October 18, 2024

thanks a lot!