• Resolved bpc

    (@bpc)


    The input fields contain very large interior margins (between the edge of the field and the edge of the text) that I’d like to narrow down. Is that setting addressable through the plug-in?

    Additionally, it would be great to be able to change the color of the outline around the “Log In” text on the log-in button. I have a green button, but the text has a blue outline around it.

    BBPress 2.5.12, WP 4.7.1, LoginPress 1.0.5 running locally under MAMP 1.9.6 with PHP version 5.3.5. I’m using a child theme based on GeneratePress 1.2.41 with version 1.2.92 of the GeneratePress Premium plug-in.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hi @bpc

    You can get this style by adding custom CSS from Loginpress > Custom CSS.

    .wp-core-ui .button-primary{
    text-shadow: none;
    }
    .login form .input{
    height: 40px;
    }

    Cheers
    Abdul Wahab

Viewing 1 replies (of 1 total)
  • The topic ‘Input field spacing; “Log In” text outline color’ is closed to new replies.