Unwanted Question Separators Showing with In-Page Display logic | XM Community
Skip to main content
Solved

Unwanted Question Separators Showing with In-Page Display logic

  • October 18, 2021
  • 1 reply
  • 107 views

Hi all,
I am using the following CSS for question separators in my survey:
.Skin .Separator {
  height: 2px;
  background: black;
  display:block!important;
  opacity: 0.08;
}  
But whenever I use in-page display logic, the question separators for each "hidden" segment still appear in the survey.
image.pngCan this be fixed? Thanks in advance!

Best answer by Tom_1842

Hi there,
Not sure how long your survey is, but this can be solved by removing the CSS.
Then, within the HTML View for each survey question, you can put


a line or 2 above where your survey question text is. This will insert a header row/separator.
The separators will only display if the Question does, so you should be all set.

1 reply

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • Answer
  • February 9, 2022

Hi there,
Not sure how long your survey is, but this can be solved by removing the CSS.
Then, within the HTML View for each survey question, you can put


a line or 2 above where your survey question text is. This will insert a header row/separator.
The separators will only display if the Question does, so you should be all set.