Skip to main content
Main Content

Need help with adding custom cursor!!! [RESOLVED]

Need help with adding custom cursor!!! [RESOLVED]
Posted 2023-11-16 00:48:03 (edited)
Hello! I wanted to add This cursor from Cursors4u and cant seem to figure out what to put where??

First of all do I use the universal CSS/ HTML code or the CSS style sheet only code? Then after that where do exactly do I copy and paste the stuff into??
Sorry ive never coded before so i have no idea what im doing lolz.

Thanks!

BountyHound
#41297

Posted 2023-11-16 00:55:22
You need the CSS style sheet one I believe (not 100% sure; it's been forever since I've used that site). As for getting it to work, you'll need to make a CSS file and host it. There's probably several guides on doing that on the forums, but here's a reply to a post I made not too long ago explaining how to do it too. In your case, ignore the part about the background image. Basically just paste the code they give you from Cursors4u into a text file instead and then follow the rest of the instructions on naming and hosting the file.

Darklily
#1058

Posted 2023-11-16 01:02:23
At the bottom your page, the CSS Files (maximum of 5) area is where the code will go once you figure out the right one to paste

🌵NIB Brachy Breeder🌵
#5084

Posted 2023-11-16 01:05:14
Thanks both!

@Darklily
How do I make a text file?

BountyHound
#41297

Posted 2023-11-16 01:13:07
Open your text editor on your computer (usually just Notepad for PC users; had to look it up, apparently the Mac version is TextEdit? I wouldn't know for sure, because I haven't touched Mac systems in 10+ years; there are also online versions of such things, just search "online text editor"). If on Windows, you should even just be able to right click on your desktop area and find "New" then "Text Document."

Darklily
#1058

Posted 2023-11-16 01:29:47
Okay I've been trying for a bit and cant seem to make it work.... do I need to remove the asterisks from the link?

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-2/nat117.cur), auto !important;} /* End https://www.cursors-4u.com */

BountyHound
#41297

Posted 2023-11-16 01:32:52 (edited)
also is this link right to upload to dropbox??? I feel like its supposed to say .css somewhere




aa i suck at this lolz

BountyHound
#41297

Posted 2023-11-16 01:44:33
So you don't need to remove the asterisks from the code Cursors4u gives you, as they are just notes (so basically it isn't read as code; for example: /* this is a note in CSS code ^^ */). And yeah, you needed to change the name of the file before uploading to dropbox. Just give it a name (literally anything) and make sure it ends in .css when you save it (go to "save as" and name it for example "NAME.css").

Darklily
#1058

Posted 2023-11-16 01:50:18
Ah okay,
I tried it and it says this:


Is there anything wrong with the link? sorry for all this btw thank you so much for helping me!!

BountyHound
#41297

Posted 2023-11-16 01:52:58
If you're still struggling, I went ahead and made the file for you ^^
Just paste this into the section at the bottom of your den page where it says "CSS Files" (if you already have another den layout, you can hit the "+" button in that section to add another text box to add another file):

https://dl.dropboxusercontent.com/scl/fi/t0somsuz30q9d85df5ysh/Butterfly-Cursors4u.css?rlkey=gplp40qw6by0wfy8szex3t72f&dl=0

Darklily
#1058

Search Topic