Hello,
I am looking for CSS to hide the language selection button after the first page. Before the New Survey Experience I could use this CSS to hide the button: .#Q_lang {
display:none;
}
and this Javascript to show it on my first page
Qualtrics.SurveyEngine.addOnload(function()
{ jQuery("#Q_lang").show();
/*Place your JavaScript here to run when the page loads*/
});