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

Add a response
0/4096

Renato/Nexu 12/28/2024 *

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