Custom Pointer / Cursor

Is it possible to customize the pointer on a project or a specific section? and if so, how do you do it?

Please check:

1 Like

Thanks, the only problem I have is when I’m trying to reference an SVG file to change the pointer to, I have written this code in the CSS but doesn´t seem to pick up on the file.

cursor: url(…/public/assets/cursors/eye_cursor.svg’), pointer;

I have tried many ways but not sure how it’s supposed to be written.

When pointing to your assets, it will start with /public as the root. So /assets/cursors… should work.

1 Like

That worked, thanks

1 Like