Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t know what issues you are having but I had issues with the repeating background icons in the textboxes. The problem is with this code.

    input#user_login {
        background-image: url('../images/user.png');
    }
    
    input#user_pass {
        background-image: url('../images/pass.png');
    }

    if you overwrite this with the following in your own stylesheet, it is a quick fix.

    input#user_login {
        background-image: none !important;
    }
    
    input#user_pass {
        background-image: none !important;
    }
    Plugin Author YITHEMES

    (@yithemes)

    Hi,

    we send a new version to solve this issue.
    Thanks for your report, please update to latest version.
    Have a nice day
    YITH

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Login style broke after upgrading to WP 4.5’ is closed to new replies.