• Resolved jseth

    (@jseth)


    I was able to get the background set using an image, but now want to just have a color instead, and I am not able to make it work, no matter what I put in the CSS or HTML, or the HTML backgound color box, the background stays white. Any suggestions as to what I am missing? Thank you.

    http://wordpress.org/extend/plugins/custom-login/

Viewing 1 replies (of 1 total)
  • Thread Starter jseth

    (@jseth)

    It seems all I have to do is post here and then I magically find the answer. I looked at the custom-login.css as a reference to see what code I needed to put in my custom css, and to affect the background color of the login page, I needed to add the code
    `body.login {
    background: #mycolor;
    }`
    and it worked.

Viewing 1 replies (of 1 total)
  • The topic ‘Background color, not image’ is closed to new replies.