Adding CSS code so that header only shows for ranking questions | XM Community
Skip to main content

Hi everyone,
Is there CSS code that I can add that would make it so that the header only shows for rank-order type questions?

Thanks!

Hi there, if you still need, you can do this by hiding the Header throughout the survey and then displaying it only on pages that have rank-order questions. To hide the Header throughout the survey, try adding the below CSS in the Style section of the survey's Look & Feel:
.Skin #HeaderContainer {
display: none;
}
Then, to display the Header only on pages that have rank-order questions, try adding the below to the HTML/Source view of the rank-order questions' Question Text using the Rich Content Editor:

Click here to write the question text


Leave a Reply