• How can I change the color of the font where it says: “Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! ” ? $ % ^ & ).”

    It is red now and hard to read. Also can I use my own font?

    Kevin Carleo

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

Viewing 1 replies (of 1 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi kjcarleo,

    Please follow these steps.

    – Go to your plugin.
    – Open Login Form Setting tab.
    – Paste this CSS code into Custom CSS section.
    – Click on Save Changes Button to save the setting.

    p.description.indicator-hint {
       color: rgb(255, 255, 255) !important;
       font-style: italic !important;
    }
    

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Reset Password Page’ is closed to new replies.