Customsize the wp-login
-
Hi,
I’m getting a little frustrated here ??
I’m editing the wp-login screen to my own needs.
I can do the most of it with css but there is just one annoying thing that I can’t get rid of.This is the form code for an field:
<label for="user_login"> Username<br /> <input id="user_login" class="input" type="text" size="20" value="" name="log"> </label>
This outputs an username-text and on a new rule the input field.
And this is where my problem lies. I don’t want that stupid break-tag
I want my username-text and input field on the same rule.Does anybody have an idea how to do this.
And no I’m not editing the core files.I tried css margins but no luck
I tried css display:none; on the br element but no luck
I tried Google but after 4 hours no luckI don’t know anymore!
Oh and by the way. It would be better if somebody knows how to create the entire form from scratch.
This way I can add stuff via the functions.php file
- The topic ‘Customsize the wp-login’ is closed to new replies.