• Resolved saclucas

    (@saclucas)


    My form background color is set to a semi-translucent purple, and the form label color is white. Looks great on my login screen. But if I click the Get New Password Link, the form background color is not purple, but opague white, leaving the form label invisible, since it is also white. So it’s not telling my viewer what to put in the form field.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter saclucas

    (@saclucas)

    Additionally, on the New User Registration form, the text under the fields that tells the user that a confirmation will be emailed to them is not controlled by the other settings. So it’s nearly invisible as well.

    Hello @saclucas,

    Thank you for pointing this out to us!
    Please add the following code in Appearance > Customize > Additional CSS in order to fix this and make it purple:

    #lostpasswordform {
        background-color: rgba(61, 22, 53, 0.62);
    }

    As for the registration text, please use this code in Additional CSS:

    #registerform #reg_passmail {
        color: white;
    }

    All the best,
    Mihaela

    Thread Starter saclucas

    (@saclucas)

    Thanks for the quick response. I put this code where you said and clicked Publish. Then I opened the site on another computer I was not logged in on, and there was no change in the appearance. I cleared my cache and tried again. Still the same.

    Thread Starter saclucas

    (@saclucas)

    Oops! Nevermind! I added it in Appearance > Customize > Additional CSS like you said. It was actually Appearance > Customize > ColorLib Login Customizer > Additional CSS.

    All fixed now! Thank you!

    Happy to hear it worked!

    All the best,
    Mihaela

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Form background color missing from Get New Password screen’ is closed to new replies.