Generally, we do a lot of different things in our blog in order to make it look awesome by editing and implementing into background colors,
widgets etc. And here i am going to share an another thing you can do with your blog to make it different and unique look. Its a changing mouse cursor ! yes you can change mouse cursor to any different image even you can change it to animated image as well.
Well, its not as difficult as it sounds it can be done within just a minute, all you have to do is just follow the simple steps given below.
Also see : How to Display Blogger Posts in Grid View with Thumbnails
How to change Mouse cursor in blogspot blog ?
Firstly, go to blogger dashboard and navigate to
Template > Edit HTML then search for bskin tag and place the following code just above it.
body{
cursor: url(Your-Cursor-Image.png), auto;
}
Don't forget change
Your-Cursor-Image.png with the URL of the cursor . (To find cursor images go to
http://www.cursors-4u.com and select it according to your needs.)
Finally, save your template and see your blog, there you should have changed the cursor image !
Enjoy ! ;)