• Resolved mbay

    (@mbay)


    Hello Austin Passy,

    thanks for a very easy and flexible custom login plug-in!

    I am not certain if this included in the Pro version of Custom Login, and while not necessary, I thought others would enjoy the ability to modify the body login that appears when a user is logged out after X amount of time.

    For now, I am using the following css code:

    /* WP BODY LOGIN CUSTOM CODE */
    
    #wp-auth-check-wrap #wp-auth-check {
    background-color: #272727!important;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0)!important;
    box-shadow: 0 0px 0px rgba(0,0,0,0)!important;
    }
    #wp-auth-check-wrap .wp-auth-check-close {
    display: none!important;
    }
    #wp-auth-check-wrap #wp-auth-check-bg {
    background: #272727!important;
    opacity: 1!important;
    filter: alpha(opacity=70)!important;
    }
    body.login {
    background: #272727!important;
    }

    and user @nlpwiki provided the following code:

    .login .message {
    background-color: #FFFFFF;
    border-left: 4px solid #AAAAAA;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    }

    Thank You in advance for your consideration!

    https://wordpress.org/plugins/custom-login/

Viewing 1 replies (of 1 total)
  • Plugin Author Austin

    (@austyfrosty)

    Thanks for the reply.

    The pro version does handle custom login message colors and changes to match each “themed” design.

Viewing 1 replies (of 1 total)
  • The topic ‘Feature Request – Modify elements for body login?’ is closed to new replies.