Other Better Login

My forum is closed to the public.

The way I have set things up - I get an error on the login page, when really it should just show "Please login"

I don't want to change custom messages... can someone sort this out please ?

Screenshot 2015-06-07 22.29.33.webp

Thanks in advance!

Blake
 
Well.. this is an error page.. "Error" appears in the title and it's not very friendly .

Be nice if it said "You need to login" without the error.
 
or you can change the colors of the error panel and the phrases and make something more friendly.
 
I think the best is just change a little the CSS of the error panel and make it more friendly.
something like this:
Screen Shot 2015-06-08 at 3.55.49 AM.webp
instead:
Screen Shot 2015-06-08 at 3.56.13 AM.webp
 
I will help you free, don't worry :D
if you like this:
screen-shot-2015-06-08-at-3-55-49-am-png.107983

just put this in your EXTRA.css:
Code:
.errorPanel {
  color: #3A3A3A!important;
  background: #F5FAFD none repeat scroll 0% 0%!important;
  border: 1px solid #A5CAE4!important;
}
 
Last edited:
Hey guys, I just looked at the CSS for the login help page and can't see where to alter the error CSS. I agree that the error message should not be the first thing a new client sees when logging in. Can anyone help?
 
Top Bottom