In this tutorial you will learn how to get a small cursor (like the one on this blog) that changes when hovering over a link.
1. Click your blog’s name on the upper right hand corner of your dash. Click “Customize Appearance,” then “Theme.”
2. Under body{, paste this code:
cursor: url(http://i53.tinypic.com/6h8134.png), auto;
Just like this: 
3. Scroll down a little and find this part of your code: a:hover{ and paste this underneath it:
cursor: url(http://media.tumblr.com/tumblr_lqs4olZDSF1qfoi4t.png), progress;
Just like this: 
Save your changes & you’re done!
To change the cursor, just change the cursor url :)
