Adding CSS code so that header only shows for ranking questions | XM Community
Question

Adding CSS code so that header only shows for ranking questions

  • 22 April 2021
  • 1 reply
  • 17 views

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!


1 reply

Userlevel 7
Badge +27

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