Change the colour of the radio buttons in new survey theme | XM Community
Skip to main content
Solved

Change the colour of the radio buttons in new survey theme

  • November 13, 2025
  • 5 replies
  • 26 views

Forum|alt.badge.img+3

Hi,

I would like to change the color of the check mark in the radio buttons in white instead of black. Does anyone know how to change this? Both for multiple choice with one choice and multiple choices. 

 

Thanks in advance.

 

Best answer by vgayraud

Hi,

You can try this:

 

5 replies

vgayraud
QPN Level 6 ●●●●●●
Forum|alt.badge.img+58
  • QPN Level 6 ●●●●●●
  • 549 replies
  • Answer
  • November 13, 2025

Hi,

You can try this:

 


Forum|alt.badge.img+3
  • Author
  • 3 replies
  • November 14, 2025

This works perfectly! Thanks a lot.


Forum|alt.badge.img+3
  • Author
  • 3 replies
  • November 14, 2025

And a short additional question, do you have code for this arrow as well? To change it from black to white? I have code to adapt the text and the first arrow, but not the second.

 


vgayraud
QPN Level 6 ●●●●●●
Forum|alt.badge.img+58
  • QPN Level 6 ●●●●●●
  • 549 replies
  • November 14, 2025
#navigation #next-button svg {
fill: #fff !important;
}

 


Forum|alt.badge.img+3
  • Author
  • 3 replies
  • November 14, 2025

Thank you!