Red "X" in multiple answer questions | XM Community
Skip to main content
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!
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>

```

!



!

Leave a Reply