• Resolved ranzarth

    (@ranzarth)


    Whenever A new account is made and they go to the resetpassword page, the form background is still its default white, which it should be a dark blue. The only things that do change as intended are the page background, the bottom text (which you cannot see because the text is white as intended), and the button.
    Image

Viewing 1 replies (of 1 total)
  • Hello @ranzarth,

    Thank you for letting us know about this!
    We will solve it in our next update.
    In the meantime to change the form’s background color please add this code in Appearance > Customize > Additional CSS:

    .login form {
        background-color: blue;
        color: white;
    }

    Replace the value ‘blue’ with the one you want > save.

    All the best,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Reset password page not changed’ is closed to new replies.