• Resolved williamyon

    (@williamyon)


    I would like to add a Placeholder fot the input boxes. I tried adding them to the wp-login.php but the Custom Login Plugin overrides changes. Where could i change it within the plugin?

    <input type=”text” name=”log” id=”user_login” class=”input” value=”<?php echo esc_attr($user_login); ?>” size=”20″ placeholder=”username” /></label>

    Thanks!

    https://ww.wp.xz.cn/plugins/custom-login/

Viewing 1 replies (of 1 total)
  • Plugin Author Austin

    (@austyfrosty)

    This is not something you can do on the wp-login.php page. Try creating your own login form and redirect wp-login.php to the new page.

Viewing 1 replies (of 1 total)

The topic ‘Input Placeholder’ is closed to new replies.