How do I remove my theme's logo? | XM Community
Skip to main content
Solved

How do I remove my theme's logo?

  • December 8, 2017
  • 3 replies
  • 649 views

Goldie
Qualtrics Employee
Forum|alt.badge.img
  • Qualtrics Employee
  • 34 replies
How do I remove my theme's logo?

Best answer by AnthonyR

@Goldie Open your Look and Feel Menu Selecting the "Advanced" tab Click on the green "Add Custom CSS" button Paste the following in to the box that appears: #Logo{ display: none; }
View original

3 replies

AnthonyR
Level 4 ●●●●
Forum|alt.badge.img+7
  • Level 4 ●●●●
  • 306 replies
  • Answer
  • December 8, 2017
@Goldie Open your Look and Feel Menu Selecting the "Advanced" tab Click on the green "Add Custom CSS" button Paste the following in to the box that appears: #Logo{ display: none; }

Forum|alt.badge.img+3
  • QPN Level 1 ●
  • 45 replies
  • August 2, 2021

AnthonyR How to use this code to remove the logo from the last page of a survey?


Forum|alt.badge.img+6
  • Level 2 ●●
  • 15 replies
  • August 10, 2023

In case someone is still struggling with this in 2023, here is the code you need to include as Custom CSS for removing the logo from all the survey pages:

/*Remove Logo*/
.Skin #HeaderContainer {
    display: none;
    }
 


Leave a Reply