treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Customizing Wordpress Login

  • I've been googling for the past 3 hours and haven't really found what I'm looking for. I'm just wanting to slightly change the physical code of the login form to make the words 'username' & 'password' to show up in the fields when there is no text present. There are a few other things that I want to change but I know I can change them through CSS. Hopefully someone can help me. THANKS in advance.
  • You can use the placeholder attribute.

    Ex:
    <input type="text" name="password" placeholder="Enter Password">