• There is this error/message box that pops into the log in screen when a user selects “Lost Password”. How in the world do you style that error message box?

    I’ve tried adding “p.message” style into my theme style sheet, but no luck.

    Does anyone, please, have any suggestions.

    Thanks,
    Frustrated in Atlanta!

Viewing 3 replies - 1 through 3 (of 3 total)
  • popper

    (@julialasarte)

    You can’t style that class from your theme. The style sheet that styles that error message is wp-admin/css/login.css, look for the class .message and edit there.

    Hope that helps!

    Julia.

    Thread Starter Mpressme

    (@mpressme)

    Hi Julia,

    You know I thought that would be the obvious place to look, and I changed that and still nothing ;(.

    This is what I have now:

    #login_error, .message {
    	margin: 0 0 16px 8px;
    	padding: 12px;
    	-moz-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	background-color: #000;
    }

    Any other ideas?

    Thanks again,

    M

    popper

    (@julialasarte)

    Maybe you have to change it in the style sheet for the admin color scheme, classic/fresh? I don’t remember where those are.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error/Message Box styling’ is closed to new replies.