Skip to content

Instantly share code, notes, and snippets.

@feliciaceballos
Last active March 12, 2019 07:07
Show Gist options
  • Save feliciaceballos/d00c45c39f9815c692d99f06582fbf02 to your computer and use it in GitHub Desktop.
Save feliciaceballos/d00c45c39f9815c692d99f06582fbf02 to your computer and use it in GitHub Desktop.
Customize WordPress Login Page Button
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