Custom Cursor

  1. Create a class for the div where you want your custom cursor to appear. In the cloneable the name is “custom-cursor-area”
  2. Upload an image and copy the url of the image.
  3. Copy the following code in your <head> tag or in an Embed:

<style>
	.custom-cursor-area {cursor: url('your-image.svg'), default;} 
</style>