Wednesday 31 August 2016

How to Change a Mouse Cursor in Blogger

We frequently see a lot of people customizing their blogs by implementing different practices like custom backgrounds, color schemes, widgets and etc. We received a similar query from one of our readers asking about how to change a mouse cursor in blogger? A custom cursor brings distinctiveness and magnetism to your site, and it might turn out to be a great addition to your site too. Today, in this article, we will be telling you how to change a mouse cursor in blogger.
Learn Wordpress theme development

What is a Mouse cursor?

In computers, a mouse cursor is kind of a graphical image that helps to point other images. It is mostly used to perform functions like clicking, dragging, selecting, and moving one thing to another place. It is like an arrow or a pointer. It is also known as a reference point.

Where to find Mouse cursor Images?

You cannot create a custom cursor image of your own until you are quite good with Adobe Photoshop. To find cursor images go to http://www.cursors-4u.com and select it according to your needs.

How To Change Mouse Cursor In Blogger:

First and foremost login into your blogger account and go to Template >> Edit HTML. Look for the skin tag and just above it paste the following piece of coding. Keep in mind that do not forget to replace Your-Cursor-Image.png with the URL of the cursor. We would recommend you to check out our article on how to host images in blogger to get an Image URL of your cursor.

body{
cursor: url(Your-Cursor-Image.png), auto;
}


Once everything is done save the template and you have successfully customized your mouse cursor to an image of your choice. You should go and check out how it looks in real.

We hope this tutorial would be useful for all those people who are looking to customize their mouse cursor. It is a simple CSS technique that we have utilized to replace the default cursor with a newer one of our choice. If you have anything to say then do not hesitate to comment below.
Previous Post
Next Post

post written by:

0 comments: