• Hi there,

    I can’t seem to remove the blue border around the username or login button. Where can I remove these?

    Also, the font colour on the login button, seems to be dictated by the ‘header font’ colour. Is there a seperate setting to control the button font colour?

    Here is the form…http://www.ankspon.co.uk/wp-login.php

    Thanks
    Freddy

    • This topic was modified 9 years, 4 months ago by freddykan.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hello freddykan,
    for removing the blue border around text fields..add the following code in custom css-

    .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;
    }

    And for button color..there is an option “Button color” in “FONT SETTINGS”, you can change it from there.
    Let us know if the problem is not resolved.
    Thanks.

    Thread Starter freddykan

    (@freddykan)

    Thanks for the support.

    The blue border around text fields has gone, so great.

    The “button color” option changes the color of the background, where as I need to control the color of the text. Is this possible? I also have a blue border at the bottom of the button which doesn’t seem to want to shift.

    Freddy

    Plugin Support weblizar_support

    (@weblizar_support)

    Hello freddykan,
    add the following code in custom css, it will change the font-color of login button-

    .wp-core-ui .button-primary{
    color: black !important;
    }

    NOTE: You can change the color as per your requirement.
    Thanks.

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

The topic ‘Border and button font colour’ is closed to new replies.