I want to request for customize cursor(size, shape, animation, effect, image, etc)
thank you.
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:
-
This will only work in the iframe
-
Elements under the iframe will not be interactive, e.g. you won’t be able to click buttons
-
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:
-
The regular cursor will still show, the custom one will just move with it.
-
It does lag
-
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).