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.
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.
Page 1 / 1
@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.
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;}
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.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.