Custom Cursor for Wix Page

Hi! I have a separate “play” section on my website and I wish to customize my cursor for that one page. Can someone please help me out? I have the SVG file with me. I added the custom element but I do not know how to use JS, and hence I am struggling with Velo. Can someone please tell me how should I go about this?

I think there is still no way to use custom cursor on WIX.
Maybe this feature will be added on future…
There is also an old post from 2018 related to this issue.

The only solution as far as I know is to use HTML frame. And to code custom cursor hover the HTML frame.

You can only do it if you have a premium account.
Then you can either set the cursor using css or javascript in the dashboard custom element (if it’s for the entire page), or build specific custom elements with the cursor css.

If you don’t have a premium account you can create specific html elements elements in an iframe and apply the css to them.

https://codepen.io/geoffgraham/pen/qZjwGe