!
I am hoping someone can help me with the CSS code to change the color of this matrix table options to grey (instead of green). All other questions type are the correct color, but I can't seem to find the lines of CSS code I need to change these colors.
I appreciate any support!
Erik
Page 1 / 1
!
And I'm having the same problem with this questions type also. I want the background to be white, but the circles to be grey. Thanks in advance!
And I'm having the same problem with this questions type also. I want the background to be white, but the circles to be grey. Thanks in advance!
Hello @ErikS ,
Paste the below code in Add custom CSS
.Skin label.q-radio {
border: 2px solid #9b9b9b;
}
.Skin .Matrix .QuestionBody, .Skin .SBS .QuestionBody{
background:white;
}
Paste the below code in Add custom CSS
.Skin label.q-radio {
border: 2px solid #9b9b9b;
}
.Skin .Matrix .QuestionBody, .Skin .SBS .QuestionBody{
background:white;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.