Can anyone help with a script that changes the (background-)color of the RankOrder questions ?
You can include CSS below in look and feel> custom CSS
.Skin .RO .DND ul li {
background: blue;
}
I’m honored that you replied - I already used some of your codes, you provided to others! But this bit does not seem to work - tried writing it, tired copy-pasting. I need the rectangules to have a specific color, and it does not react at all. Any advice ?
While I am at it, could I be so lucky that you can also give mit a bit that changes the font-style for the labels in single-A and multiple-A and matrix questions ? I already adapted the text across the survey, but “inside” the questions, I havent found out how to yet.
Thanks a million
Kindly try and preview the survey code should work.
For other query can you create another post?
If you’re talking about the numbers background try this :
.Skin .RO .DND ul.NotEdited li:hover .rank, .Skin .RO .DND ul.Edited .rank {
background: blue;
}
@deepak: Thanks again. It did not show in the preview mode either, but it worked as soon as I changed the Qualtrics layout.
If you were using the simple layout, it’s very possible that it wasn’t working since class names are often different. As for the rounded corners, each layout has its own css style. I assume that the flat layout has square frames and that the modern one has rounded frames.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.