PDA

View Full Version : Custom cursor for your site!


Micolai
06-04-2020, 02:44 AM
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:

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:

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'