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

Custom code for font colour in response scale box

  • July 9, 2025
  • 1 reply
  • 20 views

Forum|alt.badge.img+6

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.

 

1 reply

vgayraud
QPN Level 6 ●●●●●●
Forum|alt.badge.img+58
  • QPN Level 6 ●●●●●●
  • 549 replies
  • July 10, 2025

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