View Single Post
  #1  
Old 06-04-2020, 02:44 AM
Micolai's Avatar
Micolai Micolai is offline
Loving Mysidia!
 
Join Date: May 2020
Location: Tennessee
Posts: 130
Gender: Female
Credits: 27,073
Micolai is on a distinguished road
Cool Custom cursor for your site!

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'
__________________
"You try you fail, you try you fail, but the only true failure is if you stop trying. So try again." - Haunted Mansion
Reply With Quote