How do I remove or hide the language selection box on my survey?
Page 1 / 1
@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;
}
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.