« Web, HTML, Tech Forum

how to make a custom cursor???

Posted by princess

posted

Forum: Web, HTML, Tech

i wanna make a custom cursor for my profile page since i cant find any msi ones but idk howww someone help


Report Topic

1 Reply

Reply by Lucy ludenberg

posted

Make sure it's in a format supported by web browsers, PNG, jpeg and svg.Upload it to a web hosting service or image hosting platform. You'll need a direct URL to the image file.On ur SpaceHey account and go to the "Custom CSS" section in your settings or profile customization options. Use CSS code to set your custom cursor by specifying the URL of your cursor image and setting the cursor property to "url('your_cursor_image_url'), auto;".Here's an example of CSS code you can use:

body {

  cursor: url('your_cursor_image_url'), auto;

}

Hopefully this works never tried it


Report Reply