Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Tutorials and Tips (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=27)
-   -   Custom cursor for your site! (http://www.mysidiaadoptables.com/forum/showthread.php?t=5642)

Micolai 06-04-2020 02:44 AM

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'


All times are GMT -5. The time now is 05:50 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.