Hello,
1. If you mean you want to rename “Sign In” link in top bar you need edit the file wp-content/themes/royal/framework/theme-functions.php in line 944.
2. To move the link from right to left add this code in Theme Options > Custom CSS > Global Custom CSS:
.top-links {
float: left;
}
Regards,
Eva Kemp.