Solved
In the heat map question, I want to change the cursor from a cross to a circle. How do I do that?
In the heat map question, I want to change the cursor from a cross to a circle. How do I do that?
Best answer by AnthonyR
Add the following to the html of the question, and update the image to an image of a circle that you would like to use as the cursor.
<style>
.Skin .HeatMapContainer img{
cursor: url("https://s30.postimg.org/3quedc7q9/Reload_arrow_32.png"), auto;
}
</style>
For example:
https://communicus.qualtrics.com/jfe/preview/SV_6DaS6ZOFBP3rsDb?Q_CHL=preview
It's worth noting that the image size should be a maximum of 32px x 32px for maximum browser compatibility
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
