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

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!

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.


Leave a Reply