talia 12/28/2024

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

Renato/Nexu 12/28/2024 *

Leave a comment
0/2048
talia 12/28/2024

thanks _ when i hover over something the cursor goes back to default any idea how to fix that