Customize cursor

I want to request for customize cursor(size, shape, animation, effect, image, etc)
thank you.

3 Likes

Even I am looking for to customize cursor (size, shape, animation, effect, image, e.t.c.) on my wix web page

+1

One method is having an HTML iframe with a custom cursor.
However, the limitations are such:

  1. This will only work in the iframe

  2. Elements under the iframe will not be interactive, e.g. you won’t be able to click buttons

  3. Access to the DOM is restricted

Another option is using SVG.
https://www.wix.com/corvid/forum/corvid-tips-and-updates/new-feature-opened-svg-o-o
https://www.wix.com/code-examples/move-the-words
However, the limitations are such:

  1. The regular cursor will still show, the custom one will just move with it.

  2. It does lag

  3. Not all content will be interactive, depending on how you use the SVG

If you have a premium account you can add a snippet to to the Analytics&tracking section and use the relevant CSS style for the relevant page(s).