How can i change the destination?

I am setting up a members sign in part of the website, but once the member has created the account and goes back to sign it, wix automatically takes them to the home page, I want to change this to a different page. Wix help says it has to be coded in. I tried to reach out to hire a professional, a few had silly prices and the rest didn’t respond! Surely this should have an easy fix?

You need to add into code that it takes you to another page using Wix Location.
https://www.wix.com/corvid/reference/wix-location.html

You are better off making up your own custom lightboxes and adding your code to that.
https://www.wix.com/corvid/reference/wix-location.html#to

wixLocation.to("/account/my-account");
//Change the URL ending to whatever page you want to send the user to after they log in.

See Nayeli (Code Queen) examples and tutorials here as it is a great and easy way for you to learn.
https://support.totallycodable.com/en/article/create-custom-log-in-sign-on-screen-using-wix-code
https://support.totallycodable.com/en/article/custom-registration-for-site-login-using-wix-code
Wix Member Login - How to customize member login on Wix using Wix Code - YouTube

thanks i will give it a go!