Red "X" in multiple answer questions | XM Community
Skip to main content
Solved

Red "X" in multiple answer questions

  • October 14, 2019
  • 1 reply
  • 20 views

Hi, I would like to change the checkboxes in multiple answer questions to show red "X"s instead of black "check"s which is the default. How should I go about doing it? I would prefer to use images for the red "X"s, so that I can change it to other images (e.g. smiley faces) next time, if needed. Thanks!

Best answer by KoalaTricks

In the HTML editor for the question you want to change, add this (substituting the URL for your image of choice): ``` <style> .Skin label.q-checkbox.q-checked { background-image:url(https://www.qualtrics.com/m/assets/global/icons/xm-logo-cx.svg) !important; } </style> ``` ! !

1 reply

Forum|alt.badge.img+3
  • Level 2 ●●
  • Answer
  • October 15, 2019
In the HTML editor for the question you want to change, add this (substituting the URL for your image of choice): ``` <style> .Skin label.q-checkbox.q-checked { background-image:url(https://www.qualtrics.com/m/assets/global/icons/xm-logo-cx.svg) !important; } </style> ``` ! !