Can velo by wix change mouse?

i want to change my mouse when go to my website by use velo by wix. Anyone has any idea?(I use free wix)

You mean cursor? If you’re looking to change the cursor, it’ll be available only on Wix Studio

Hi, @bach !!

I believe cursor customization is supported as a feature in Wix Studio. However, even in the standard Wix Editor, it is possible by adding code to the custom code section. That said, custom code is only available with a premium plan, so it’s likely that changing the mouse cursor is not possible on a free plan. :raised_hands: :smiling_face_with_sunglasses:

how about the masterpage.js in dev mode? it said change all the web

The code written in masterPage.js is executed when “all” pages are opened. However, this simply means that masterPage.js is a special area designated for writing common processes across all pages. Essentially, the parts that can be modified are the same as those in a regular static page. Additionally, it allows changes to elements within the header and footer. In other words, what can be done in masterPage.js is still within the constraints of Wix’s Velo (SDK). That’s what “all” means in this context. :innocent: To change the mouse cursor, it would require making modifications at a higher layer beyond the constraints of Velo (SDK)—at least for now. :relieved_face:

In other words, this means setting it in the Custom Code section. Lately, I’ve only been using Wix Studio, so I’m not very familiar with the support status in the standard Wix Editor. However, if the editor doesn’t support custom cursors, the only option would be to modify them in the Custom Code section. :upside_down_face: