What is the code to make the boxes around multiple choice questions white (rather than grey)? | XM Community
Skip to main content
Hello, I am a qualtrics newbie and know nothing about code, but I wondered if anyone knew the code to make this possible? Thanks!
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;
Yes, this is what I was looking for. However, it didn't work for me.
!
Which theme are you using?
Just a blank theme
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 !