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

Hiding language selection drop down

  • October 4, 2024
  • 1 reply
  • 55 views

Forum|alt.badge.img+1

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

 

1 reply

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+32
  • Level 8 ●●●●●●●●
  • 633 replies
  • October 4, 2024

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

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

 

 


Leave a Reply