Skip to main content
Main Content

Custom Cursor?

Custom Cursor?
Posted 2022-04-02 10:10:04
Hey! I've already figured out how to get a CSS, but no cursor to go with it. I've seen the code for it, but Im not sure where to put it and how to imput my own images.
I just want this: https://imgur.com/ABuiQQc
for the cursor, both normally and when on links. Thanks!
☆ Ravens ☽🌿☾ Sage ☆
#65245

Posted 2022-04-19 22:36:56
Well, first off the image is probably way too big. Pretty sure the image needs to be a specific type of image too (like not jpeg/png)

As for the cursor's code, I have this as an example from a layout I have on LioDen: 
body, a:hover {cursor: url(http://cur.cursors-4u.net/holidays/hol-4/hol394.cur), progress !important;}

It comes from a site I use for cursors because it does all the work for you, as I've tried it once or twice in the past on my own and it was a bit of a hassle.
If you can figure it out, basically plug your image url into that code and then just stick it at the very bottom of your file.

Darklily
#1058

Posted 2022-07-05 17:38:20
what sight do u use for the cursors beacuse i want to do a snowflake cursor for mine

☃️❄️ToasterWolf☃️❄️
#72567

Search Topic