CSS Code to change color of empty matrix table question circles | XM Community
Skip to main content
!



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
!



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;

}
> @Shashi said:

> 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;

> }



Great, thank you

Leave a Reply