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