What is the code to make the boxes around multiple choice questions white (rather than grey)? | XM Community
Skip to main content
Solved

What is the code to make the boxes around multiple choice questions white (rather than grey)?

  • June 28, 2019
  • 6 replies
  • 250 views

Hello, I am a qualtrics newbie and know nothing about code, but I wondered if anyone knew the code to make this possible? Thanks!

Best answer by ana_velez

Hi! I tried with this one and worked for me .Skin label.MultipleAnswer, .Skin label.MultipleAnswer.q-focused, .Skin label.SingleAnswer { background: #ffffff !important; } Make sure you use all the code including the } , i think i missed it the last time !

6 replies

ana_velez
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 285 replies
  • June 28, 2019
Hi!! is this what you are looking for? ! This is the code to change the boxes white while they are not selected .Skin label.MultipleAnswer, .Skin label.MultipleAnswer.q-focused, .Skin label.SingleAnswer { padding: 13px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; text-align: left; background: #ffffff; padding-right: 20px;

  • Author
  • 3 replies
  • June 28, 2019
Yes, this is what I was looking for. However, it didn't work for me.

  • Author
  • 3 replies
  • June 28, 2019
!

ana_velez
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 285 replies
  • June 28, 2019
Which theme are you using?

  • Author
  • 3 replies
  • June 28, 2019
Just a blank theme

ana_velez
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 285 replies
  • Answer
  • June 28, 2019
Hi! I tried with this one and worked for me .Skin label.MultipleAnswer, .Skin label.MultipleAnswer.q-focused, .Skin label.SingleAnswer { background: #ffffff !important; } Make sure you use all the code including the } , i think i missed it the last time !