• Hello,

    First, thank you for this amazing plugin. I would like to know if it’s possible to customise error messages. It sounds that notices are the same that default WP messages. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi tosc,

    – Yes, it is customizable the error message but we understand only your half query, can you describe me which type custom error message – wrong user and pass, not registered user…etc

    Thanks.

    Thread Starter tosc

    (@tosc)

    Sorry, I meant styling the error box, that contains errors messages. For instance: https://demo.weblizar.com/admin-custom-login/wp-login.php
    I only write a login and I validate to throw an error message. “ERROR: The password field is empty.”
    This message and its container have the same default style from WP. Is it possible to customize them?

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi tosc,

    – It is possible to please share your web url we create custom css code according to your site

    OR

    – Paste this code into custom css section and save the settings

    .login #login_error {
        border: 6px solid #7cacdc !important;
        background-color: aliceblue;
        border-radius: 5px;
        font-family: monospace;
        text-align: center;
    }
    

    Thanks.

    Thread Starter tosc

    (@tosc)

    Thank you, I found what I want with your advices ??

      .login #login_error {
    	border-radius: 10px;
    	border-left-color: transparent !important;
        border: 2px solid #EF5350 !important;
        background-color: #FFEBEE !important;
        font-family: monospace;
        text-align: center;
    }
    Plugin Support weblizar_support

    (@weblizar_support)

    Hi tosc,

    – Welcome

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Styling error messages’ is closed to new replies.