to change your cursor image, use this code:
<style>
*{cursor: url(LINK HERE), auto !important;}
</style>
it's best to copy the image address of something like a pixel (i like to use https://pixels.crd.co/#pixels ) and paste it where it says "LINK HERE". hope this helps!