I wanted a custom cursor for my website so thought others might would like to as well. Here is what the code looks like that I'm using:
Quote:
body, html {
cursor: url('horseshoe.png'), pointer;
}
|
Only thing is it changes to a hand pointer cursor when you hover over links or drop-downs.
So, the skeleton code is:
Quote:
body, html {
cursor: url('NAME OF YOUR IMAGE LOCATION'), pointer;
}
|
this code goes into your CSS file of whichever theme you're using. You can upload your custom image by uploading the image to the 'Media' file in 'Main'