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

CSS Code to change color of empty matrix table question circles

  • January 14, 2019
  • 3 replies
  • 52 views

Forum|alt.badge.img+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

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

3 replies

Forum|alt.badge.img+1
  • Author
  • January 14, 2019
! 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!

  • Answer
  • January 14, 2019
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; }

Forum|alt.badge.img+1
  • Author
  • January 14, 2019
> @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