• Hello there,

    With the plugin, I have been able to customize my login page.
    It works great!

    However, I am unable to change or remove the thin blue border around the active field (username/pass).

    How do I change this?

    http://www.guildhouse.nl/login

    Regards,
    Chielion

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

    (@weblizar_support)

    Hello chielion,
    In the plugin settings there is an option “Border Color” under “Login Form Setting”. Select the border color to white. It will resolve your problem.
    Thanks.

    Thread Starter chielion

    (@chielion)

    Hello,

    Thanks for the reply.

    But I am not talking about the border of the form itself, but of the 2 input fields.
    They light up in blue when you click on them.

    It’s the same case with the checkbox for ‘remember me’.
    That one has a blue check as well.

    Those are the colors I would like to change.

    Regards,
    Chielion

    Plugin Support weblizar_support

    (@weblizar_support)

    Hello chielion,
    paste the following section of code in custom css, your problem will be resolved.

    .login input[type=text]:focus,
    .login input[type=password]:focus {
    border-color: white !important;
    }
    .login input[type=checkbox]:focus{
    border-color:white !important;
    box-shadow:  none !important;
    }
    Thread Starter chielion

    (@chielion)

    Excellent, thanks a lot!

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

The topic ‘Blue border on active field’ is closed to new replies.