CSS Code to change color of empty matrix table question circles | XM Community
Solved

CSS Code to change color of empty matrix table question circles

  • 14 January 2019
  • 3 replies
  • 17 views

Badge +1
!

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
icon

Best answer by Anonymous 14 January 2019, 17:13

View original

3 replies

Badge +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!
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;
}
Badge +1
> @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