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

Adding CSS code so that header only shows for ranking questions

  • April 22, 2021
  • 1 reply
  • 28 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

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • October 11, 2022

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