Is there a CSS or HTML code to hide the LOGO from the last page or any individual page of a survey? | XM Community
Skip to main content

Hi Everyone, I need a way to remove/hide my company logo from the last page of my survey. My survey already has the LOGO designed in the End of Survey page, so I need to remove the LOGO from look and feel from the last page of my survey.
Urgently looking for an answer!!!

Psarma If your account allows 'Add JavaScript', you can use the following code on any page you do not want to display the logo. Add this code to addOnloadQualtrics.SurveyEngine.addOnload(function():
jQuery('#Logo').attr('style', 'display:none !important');


Leave a Reply