This is a way to get a custom cursor on your website. See the example:
All you have to do is add this code to your CSS stylesheet, replacing the image values with your own image(s):
1 2 3 4 5 6 7 |
* { cursor: url(https://angelicas.site/images/grafx/cursors/arrow1-purple.png),auto !important; } a:hover{ cursor: url(https://angelicas.site/images/grafx/cursors/arrow2-purple.png),auto !important; } |