I was able to do this with the following code, but unsure how to give each square it's unique color. Any thoughts?
.Skin #QID8 label.SingleAnswer, .Skin #QID8 label.SingleAnswer
{ background:#A8E83D;
border-color: #A8E83D;
border-width:2px;
color: #ffffff;
font-weight: Bold;
Page 1 / 1
CSS is generally used for globally setting styles in a survey, not just for a single question; that's where JavaScript comes in. If you do want to have all your multiple choices in the survey have a different background color, check out this post:
Source: https://css-tricks.com/forums/topic/multiple-same-div-class-different-color-borders/
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.