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

    (@libinvbabu)

    .login form .input, .login input[type="text"] style is not in the er-custom-login.php file. It is coming from WordPress defaults.

    So you simply need to add those styles to the er-custom-login.php. Simple!

    Please follow the below steps:

    1. Login to your WordPress dashboard. And navigate to “Editor” under “Plugins” from the left side menu.

    2. Select “Erident Custom Login and Dashboard” from the top right drop down menu. Now “erident-custom-login-and-dashboard/er-custom-login.php” page will open in an editor.

    3. Press Ctrl + F and Search “<style type=”text/css”>”

    4. Just below the line “<style type=”text/css”>” add the below styles.

    body.login div#login form .input, .login input[type="text"] {
    color: #333333 !important; /* Change the color to yours */
    }

    Keep in mind that, this will overwrite when the plugin got updated. So if that happens, you need to redo the above steps again.

    Thread Starter Xfactory

    (@xfactory)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Login Input Box Color’ is closed to new replies.