Hi,
To remove the Register link. Please follow the below step:
- Go to your “plugins” directory
- Locate and copy this template file “pie-register/pie_register_template/login/login_form_template.php”
- Go to your current theme’s directory. Paste it in same folder order. See here: https://prnt.sc/s8fdul
- Now edit the template file “login_form_template.php”. Find function add_register_lostpassword() and comment out the Register link. See screenshot: https://prnt.sc/s8ffdg
To change the alignment of login form label. Copy below styles and paste it in your theme’s CSS file.
.pieregWrapper .piereg_login_wrapper #pie_register .fields label{float: none;}
.piereg_login_container .piereg_login_wrapper .piereg_loginform .forgetmenot{margin-left: 0;}
.piereg_login_container .piereg_login_wrapper .piereg_loginform .submit{float: left;width: 100%;}
.piereg_container .piereg_login_wrapper .submit input[type="submit"]{float: left;}
.piereg_login_container .piereg_login_wrapper .piereg_loginform p#nav{margin-left: 0;}
See screenshot: https://prnt.sc/s8f4qp
Thanks