
Want to be our next blog of the month? Simply apply here!
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://i.imgur.com/ZOrzC.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://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
Just like this: 
Save your changes & you’re done!
-Katie
(Source: theblog-diaries)