How do I remove or hide the language selection box on my survey? | XM Community
Skip to main content
How do I remove or hide the language selection box on my survey?
@Goldie

Open your Look and Feel Menu
Selecting the "Advanced" tab
Click on the green "Add Custom CSS" button
Paste the following in to the box that appears:

.LanguageSelectorContainer{
display: none;
}
Hi @Goldie,
I know this is late, but if you do not have a translation, the language selection box should not be visible. At least that is true with my surveys.

I like the info on the CSS though!

Rett

Leave a Reply