You’ll learn how to make custom login and registration forms for WordPress. Don’t worry about using the ugly default login screen again! Today we check out four WordPress different free plugins for log in and registration.
0:00 – Introduction
1:08 – User Registration Plugin by WPEverest
5:43 – Login/Signup Popup ( Inline Form + WooCommerce ) Plugin by Xootix
9:21 – Clean Login Plugin by Codection
11:35 – HT Mega Login Form for Elementor
14:30 – Conclusions
The Custom CSS I used is here:
Change the clean login profile font size:
————–
.cleanlogin-container h4 {
font-size: 15px;
}
Center the alignment of the xootix form:
—————-
.xoo-el-form-container.xoo-el-form-inline {
margin-left: auto;
margin-right: auto;
}