Hi all,
I was wondering what the best way would be to achieve a "striped" style in the answers across the whole survey as per the style guide I have received.
The expected outcome is this:
So have the first answer choice always be grey, and the next one white and then have this pattern repeat. This should apply across the whole survey.
Does anybody have any idea on how best to achieve this?
Thanks in advance!
Page 1 / 1
Use a CSS rule like this:
li.Selection:nth-child(odd) label { background-color: lightgray; }
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.