Site Reviews uses the WordPress login functions to get the login URL. If you need to change the WordPress login URL, you will need to use the “login_redirect” and “register_url” filter hooks that WordPress provides.
https://developer.wordpress.org/reference/hooks/login_redirect/
https://developer.wordpress.org/reference/hooks/register_url/
There are also many plugins available that do this for you. For example, a quick search shows this plugin (among others):
https://wordpress.org/plugins/peters-login-redirect/
See also: https://usersinsights.com/wordpress-login-redirect/
Thanks!
How do I style the submit button, though?
You’ll need to use custom CSS to do that.
.glsr-button {}
Alternatively, if your theme uses a specific CSS class for buttons, you can use the “/form/submit-button.php” template in your child theme and add the class to it. Please see the FAQ Help page to learn how to use the plugin templates in your child theme.
“You must be logged in to submit a review. You may also register for an account.”
1. How can I edit this text from the backend?
.glsr-button {}
2. How can i add HOVER attribute to that button?