Add these to your site by using the code at the bottom of the page~ Always upload to your own server.
Use the code in your stylesheet:
1 2 3 |
body{ cursor: url(http://URLTOFILE/filename.png),auto !important; } |
If you would like to change the way your cursor appears when you hover over a link, you can add this code, too:
1 2 3 |
a:hover{ cursor: url(http://URLTOFILE/filename.png),auto !important; } |
Link to Angelica's Site
save to your own server