• Resolved dmcutter

    (@dmcutter)


    I need to make changes to my login page and I can’t remember how to use this. Is there support documentation available besides “edit it”?
    What I want to change is 1-size of background picture so it takes up the page, not just part of it; and 2 somehow in one of these updates, the verbiage after the social icons has moved together (home page and lost password), plus I need to change the color – it is black on black.
    site is ilearningu.com to see what I am talking about.

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

Viewing 1 replies (of 1 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hello dmcutter,
    1- size of background image.
    Add the following section of code in custom css

    .login{
    background-size: cover !important;
    }
    2- for changing the color of home page and lost password, add the following in custom css-
    #backtoblog a {
    color: red !important;
    }
    NOTE: You can change the color according to your requirement.
    Let us know for further assistance.
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘support documentation’ is closed to new replies.