Lock Mouse Cursor Shape

Yes. That’s possible if the website is connected to your own domain (and not under the general wixsite.com ).
Go to the site Dashboard > Settings > Custom Code > Create new

<style>
    body {
        cursor: pointer!important;
    }
</style>

Apply to the head of the pages you wnat.