Follow the Below Steps to Change Cursor Shape :
1. You need to go to www.Blogger.com
2. Sign in with your Blogger account
3. Go to Dashboard than Design
4. Open Edit HTML
5. Click download template so that you have a backup for that template.
6. Now click ctrl + f to open the search feature
7. Search for </head> tag
8. Now paste the below <script> right above </head> tag
<style type='text/css'>body, a, a:hover {cursor: url(http://safir85.ucoz.com/bdlab-blogspot/COOL_GREEN_POINTER.cur), progress;}</style>
Customization Part : As in the above <Script> Section you can see the .cur URL which is grabbing your new cursor from that URL now if you want to change your cursor than juts change that URL with another one and that’s it your cursor is changed again.
No comments:
Post a Comment