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!
Page 1 / 1
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>
```
!
!
```
<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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.