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