HELP...

can someone plz tell me how 2 do a custom cursor im not good at coding T_T


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

VAMPYRE

VAMPYRE's profile picture

You should be able to put this into your about me (make sure it's in between the brackets). Just replace the .cur file with one you want from a cursor website like icons8 or cursors-4u.

a:hover{
cursor: url('https://cur.cursors-4u.net/others/oth-8/oth702.cur'), auto;
}
body {
cursor: url('https://cur.cursors-4u.net/others/oth-8/oth702.cur'), auto;
}


Report Comment