Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Libin

    (@libinvbabu)

    Which element’s font-size you wants to reduce? Because labels, links and textbox’s font-size are different.

    Also to make the login form smaller, you can try reducing the login form width.

    Thread Starter mojoke

    (@mojoke)

    Hi, thank you for responding so quickly! It is the main form where users enter text for username and password and click the login button. I have reduced the login form width as much as I can using the control in the plugin, but would like to reduce the text entry box text sizes and, if possible, the padding above and below… The site is https://www.sheherazadediaries.co.uk if you have time to take a quick look… It’s using a plugin called Private Only, so click on any of the menu items except for “Welcome” and you’ll see the login page.
    Many thanks

    Plugin Contributor Libin

    (@libinvbabu)

    Right now there is no option in plugin to do this. But you can change it in core file of WordPress. Keep in mind that the edit you made to core files will loose on next WordPress upgrade.

    But I will definitely include this feature in next plugin version. For the time being do this:

    Open this file through cPanel or FTP: wp-admin/css/wp-admin.css

    Find this line: .login form .input, .login input[type="text"]

    Edit the font-size to 14px or what value you need. Save it. Done.

    Thread Starter mojoke

    (@mojoke)

    lovely, getting there now thank you… one last thing, how to reduce the padding above the words “Username” and “password”?

    Very many thanks!!

    Plugin Contributor Libin

    (@libinvbabu)

    Like my previous answer, you need to edit two more values.

    1) In .login form .input, .login input[type="text"] reduce the margin-bottom value.
    Eg: margin-bottom: 5px;

    2) Locate .login form and reduce the first value of padding
    Eg: padding: 10px 24px 46px;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Erident Custom Login and Dashboard] Reduce Login form fontsize’ is closed to new replies.