If you want to add custom cursor on your website then you are right place in this post we will gonna talk about that so lets start.
There is very simple css code only thing you have to do that just add this css in body
body{
cursor:url(https://cdn.thenitesharya.com/cursor/cur1.png), auto !important;
}
You Just Replace https://cdn.thenitesharya.com/cursor/cur1.png to your any kinds png
Some Demo Examples
cursor:url(https://cdn.thenitesharya.com/cursor/cur1.png), auto !important;
cursor:url(https://cdn.thenitesharya.com/cursor/cur2.png), auto !important;
cursor:url(https://cdn.thenitesharya.com/cursor/cur3.png), auto !important;