Last active
March 12, 2019 07:07
-
-
Save feliciaceballos/d00c45c39f9815c692d99f06582fbf02 to your computer and use it in GitHub Desktop.
Customize WordPress Login Page Button
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
body.login div#login form#loginform p.submit input#wp-submit { | |
background-color:#17a8e3 !important; | |
color: #ffffff; | |
border: 1px solid #0d9ed9; | |
margin: 10px 10px 10px 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment