genuine question. . . how do you guys do the custom cursor things is it like css?? and if so can someone like give me the code or at least where to start :3
It is css, you can use the code below
* { cursor: url("imagelink"), auto !important; }
Do keep in mind that your cursor image has to be 32x32px or smaller otherwise it might not work
Leave a comment
thanks _ when i hover over something the cursor goes back to default any idea how to fix that