Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hello mathoren,
    for changing the background color of username and password fields..paste the following section of code in custom css-

    #user_login{
    -webkit-box-shadow: 0 0 0px 1000px blue inset !important;
    }
    #user_pass{
    -webkit-box-shadow: 0 0 0px 1000px  green inset !important;
    }

    Note: You can change the colors according to your requirement.
    Thanks

    Thread Starter mathoren

    (@mathoren)

    Thanks, but i found, that this changed the background color

    #user_login{
    background-color: #fbee09 !important;
    }
    #user_pass{
    background-color: #fbee09 !important;
    }

    Plugin Support weblizar_support

    (@weblizar_support)

    Hello mathoren,
    yes it can be done in either way too.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of Username/Password field background’ is closed to new replies.