Changing look&feel (theme) for a particular page | XM Community
Solved

Changing look&feel (theme) for a particular page

  • 26 December 2019
  • 5 replies
  • 87 views

Hi,
I am conducting a survey for my thesis and my university has a preset theme under Look and Feel for the over all survey. However, I am exposing the participants to an imaginary web site on one of the pages. I don't want the banner of the university to be seen just on that one page, because it is creating confusion. Is there a way to customize or remove the theme for a particular page? Or do you have any other creative solutions?
Thank you.
icon

Best answer by TomG 26 December 2019, 15:13

View original

5 replies

Userlevel 7
Badge +27
@AniUvA,

Add a `<style>` tag to the question text of the first question on the page you want to change and add CSS rules as needed.
It worked! Thanks so much Tom. o:)

For others who may come across this comment, it is: <style> html .Skin #Logo {display: none;}

Hi! I'm trying to do the exact same thing but do not know much at all about custom coding. Where exactly would you place the text: html .Skin #Logo {display: none;} to get this to work? In the 'Source' area? Thank you.

Userlevel 7
Badge +27

https://community.qualtrics.com/XMcommunity/discussion/comment/39313#Comment_39313

Question text HTML view:
 

<style>.Skin #Logo { display:none; } </style>

Thank you so much for the quick response. Confirming this worked!

Leave a Reply