Custom CSS code to remove language options in Simple Layout | XM Community
Skip to main content

Good morning,

 

I am trying to remove the language dropdown box on one of my surveys.  The CSS code that used to work for this with the classic layout does not work under the simple layout.  

Would anyone know how to get this to work under the simple layout?  

Thanks in advance!

Use below CSS in simple layout to remove language dropdown:

#language-selector-structure{
display:none;
}

 


@Shashi 

 

That worked.  Thanks a million!


I could not get this fix to work. I just added the text you provided to the Custom CSS box. Should it go elsewhere? @Shashi Many thanks if you can help!

 


Nevermind! I inspected it and the title was changed, I guess. This worked:

#language-selector-container{
display:none;
}
 


Leave a Reply