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: http://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?
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;
}