Viewing 1 replies (of 1 total)
  • Plugin Author Zane Matthew

    (@zanematthew)

    Hi Jake,

    No problem, thats an easy CSS adjustment. You’ll want to add this to your “Additional Styling” setting:

    To change the register page only:

    .ajax-login-register-register-container .ajax-login-default-form-container input[type="submit"] {
        background-color: red;
    }

    To change the login only:

    .ajax-login-register-login-container .ajax-login-default-form-container input[type="submit"] {
        background-color: red;
    }

    To change both:

    .ajax-login-default-form-container input[type="submit"] {
        background-color: red;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change Font Color of Register Button’ is closed to new replies.