Skip to content

Instantly share code, notes, and snippets.

@wpacademy
Created August 3, 2023 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpacademy/9535a6b45e4f7a5dbd296f3ebb7dd734 to your computer and use it in GitHub Desktop.
Save wpacademy/9535a6b45e4f7a5dbd296f3ebb7dd734 to your computer and use it in GitHub Desktop.
CSS code for login & signup page design tutorial on WPAcademy
/**
* CSS styles for Ultimate Member plugin used in the Login/Signup page design tutorial.
*/
.wpac-login-form .um-form {
text-align: center;
}
.wpac-login-form .um-login {
margin-bottom: 0 !important;
}
.wpac-login-form .um-misc-with-img {
border-bottom: 3px solid #333333;
}
.wpac-login-form .um-misc-ul {
list-style: none;
margin:0;
}
.wpac-login-form .um-misc-ul li a {
display: block;
width: 100%;
color: #FFCB00;
}
.wpac-login-form .um-field-checkbox {
margin-bottom: 15px;
}
.wpac-login-form .um-button {
width: 100% !important;
background: #FFCB00 !important;
color: #000000 !important;
text-transform: uppercase !important;
font-weight: bold !important;
}
.wpac-signup-form .um-center{
text-align: left;
}
.wpac-signup-form .um-button {
background: #000000 !important;
color: #FFFFFF !important;
text-transform: uppercase !important;
font-weight: bold !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment