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!
ErikSolved
CSS Code to change color of empty matrix table question circles
!
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
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!
ErikBest answer by Anonymous
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;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

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!