How to make question separator visible while using the new Look & Field?I tried including this code in the custom CSS section, but it does nothing.. Am I doing something wrong?
https://community.qualtrics.com/XMcommunity/discussion/comment/15837#Comment_15837Dear Fleb, when I used these code to hide the separator before the first questions, it worked. However, it unfortunately worked badly in that the default "End of Survey" message that respondents are supposed to see after they have successfully submitted their responses became hidden as well. The respondents would only see a blank page.
If you have any way to (1) hide the separator but (2) still display the "End of Survey" message, please do share! Thank you!
https://community.qualtrics.com/XMcommunity/discussion/comment/15837#Comment_15837You can also use this to hide any div at any give position - 2, etc.
#Questions > div:nth-of-type(2) {
display:none !important;
}
https://community.qualtrics.com/XMcommunity/discussion/comment/15325#Comment_15325I can't get any of these separator codes to work! I know nothing about CSS. I'm trying to add it in to our theme's "Custom CSS" section. Is that the correct place? We only have one other CSS element for a custom font, and I'm unsure if it matters if I add this in before or after it, but it doesn't seem to work no matter what code I use from this page or where I place it. Any ideas?
Yes you add it to the theme's custom css section.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.