Hiding language selection drop down | XM Community
Skip to main content

Is there a way to hide language selection drop down box.

 

Tried applying this in Look & Feel → Style → Custom CSS

as well as Look & Feel → General → Header → Source 

.LanguageSelectorContainer {display:none}

 

Also tried using this in question’s java script as well as header’s in Look and Feel

jQuery(".Q_lang").hide();

 

None of these seem to work

 

Assuming you are using simple layout: Paste below in  Look & Feel → Style → Custom CSS:

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

 

 


Leave a Reply