Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Austin

    (@austyfrosty)

    There sure is.

    Just look into the source code to find the proper class or ID to apply the CSS rules, then add that to the custom CSS box.

    This worked for me perfectly.

    .wp-core-ui .button-primary, .button {
    background: #99cc66;
    border-color: #669933;
    box-shadow: inset 0 1px 0 rgba(102,153,51,.5),0 1px 0 rgba(0,0,0,.15);
    }
    
    .wp-core-ui .button-primary:hover, .button-primary:active {
    background: #669933;
    border-color: #99cc66;
    box-shadow: inset 0 1px 0 rgba(102,153,51,.5),0 1px 0 rgba(0,0,0,.15);
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Color of Login Button’ is closed to new replies.