Custom code for font colour in response scale box | XM Community
Skip to main content

Hi there, does anyone out there know/have code that will allow me to change the font in my response selection boxes in EX to white.  Currently I have a green box with black font but I would like the font to turn white when selected.  Note I need the font to remain in black if not-selected, but turn white when selected.

 

Hi ​@karen_split-pin 

Add this to your custom css in look & feel:

.Skin label.MultipleAnswer.q-checked, .Skin label.SingleAnswer.q-checked {
color: #fff!important;
}