Hallo,
Ich möchte die Standard Login Formular sprich:
Umgestalten. Doch leider sieht das wie folgt aus:
Code
<div id="login">
<form name="loginform" id="loginform" action="http://localhost/wordpress/wp-login.php" method="post">
<p class="login-username">
<label for="user_login">Username</label>
<input type="text" name="log" id="[COLOR=Red]user_login[/COLOR]" class="input" value="" size="20" tabindex="10" /></p></form>
</div>
Doch wie kann ich das Rot markierte Eingabefeld nun via css ansprechen?
Funktioniert nicht.
Könnt ihr mir auf die Sprünge helfen?