Solved
How to make question separator visible while using the new Look & Field?
Hi all,
I'd like to display question separator in the whole survey. In the old Look & feel editor, it was easy. Unfortunately, I can't find the way while using the new one. Therefore I tried some CSS code. I ended up with the one below, however, it doesn't work at all:
.Separator{
border-style: solid!important;
border-width: 5px!important;
border-color:green!important;
height: 5px!important;
color:green!important;
background-color:green!important;
display:block!important;}
I've also tried the code by @Shashi from this discussion, but nothing happened.
The question separator is there and its HTML looks like this:
<div id="QID10Separator" class="Separator" data-runtime-show="runtime.SeparatorDisplayed"></div>
I use the classic layout and rthe compact spacing.
Thanks for any ideas!
Best answer by fleb
Hi @ana_velez_voce,
thank you very much. Unfortunately, it did not work for me even if I added `!important.` to both terms.
Finally, I find out that in my case, the following code worked:
.Skin .Separator {
height: 2px;
background: green;
display:block!important;
}
However, there is still a problem that there is a separator also before the first question. I'll try to sort this out and put the solution here for others.
Sorry, I haven't accepted your answer, but I found out my solution after I started to think I won't manage to solve this on my own based on your answer.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
