• Resolved jseth

    (@jseth)


    I really like this plugin, however I am not able to change the background of the login page, either to an image or color. It stays white no matter what I put in the HTML background color box, or URL I put into the image box. I was able to color the login box itself and get our custom logo to appear, but I would like to change the background from white. I’m sure it’s something small that I am missing. Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jseth

    (@jseth)

    Resolved! I looked at your link for CSS Tricks at and inserting the code

    html {
      background: url(images/bg.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    in the Custom CSS block (changing the path to the background I wanted) worked perfectly. Thanks for the clue!

    Plugin Author Austin

    (@austyfrosty)

    Thanks for following up and supplying the answer!

    It seems your plugin cannot change the background color nor add a background image. The other feature work though. Any reason I cannot modify the background color and insert a background image?

    WordPress version 3.7.1 using Twenty Twelve with child-theme Twenty Twelve Plus

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background color’ is closed to new replies.