How can I change the color of the buttons for answer choices? | XM Community
Question

How can I change the color of the buttons for answer choices?

  • 31 July 2023
  • 1 reply
  • 227 views

Userlevel 3
Badge +10

Hello dear community,

Does somebody know how can I change the color of the answer choices? Qualtrics have this light gray color per default , which is difficult to see in some mobile devices, and t seems that it can’t be changed. 

I am not referring to the next button, submit button, or the color of the selected choice, but to the color per default of the choices when they are not selected. 

 

Thanks for the help. 

 


1 reply

Userlevel 5
Badge +32

In “Custom CSS” you can use something like this:

 

.Skin label.MultipleAnswer, .Skin label.MultipleAnswer.q-focused, .Skin label.SingleAnswer {
background: #AAAAAA !important;
}

Leave a Reply