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
Question

Is there a CSS or HTML code to hide the LOGO from the last page or any individual page of a survey?

  • August 3, 2021
  • 1 reply
  • 340 views

Forum|alt.badge.img+3

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!!!

1 reply

Forum|alt.badge.img+3
  • Level 2 ●●
  • August 4, 2021

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');