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

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

 

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

.LanguageSelectorContainer {
display: none;
}

 


thanks a lot!


Leave a Reply