• Hi,

    This is a wonderful plugin and Austin is a UI master.

    I want to use an image in the page background and position it. You give me the ability to control the repeat and I set it to no-repeat, but when I added CSS to move the image out of the upper left corner, my CSS was overridden by an important in the base style. How can I get past this?

    Thanks.

    Cheers

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Austin

    (@austyfrosty)

    Did you try

    html {background-position: center top!important; }

    I’m also having this issue.

    Before coming to this forum I tried your suggestion above and a dozen other various css tricks in the custom css entry field.

    Nothing seems to work, and I’m baffled by it.

    I also tried

    html {background-position: center top !important !important; }

    in an attempt to override the hardcoded bit below in found in the .login css

    /* html background */
    html {
    	background:  url( 'http://...mybackgroundimage.png' ) left top  !important;
    }

    I think that “left top” value is the problem…

    Any suggestions?

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

The topic ‘[Plugin: Custom Login] html {background-position: center top } not working’ is closed to new replies.