CSS code for login & signup page design tutorial on WPAcademy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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