Customizing buttons
-
Hi Austin,
I was hoping you could shed some light on how to accomplish this, i thought this would be the best way but i guess not…
I am trying to change the color of the login, register, and forgot password buttin….
before i just edited the wp-login.php but thats never a good thing to edit core files since every time wordpress is updated it gets overwritten…
anyways i thought this would work by adding it to custom login
i added this for the button for login in the html
`<p class=”submit1″><input id=”wp-submit” class=”btn red” type=”submit” tabindex=”100″ value=”Register” name=”wp-submit”></p>
then i added custom css code and i thought it would add it to the login box, but everything i added ended up outside the login box area…
if you have any suggestions i would appreciate it the button color i am trying to change it to is red with some gradient and an overlay, i have a sample of what my button should look like on my website….
I thought it might be easier but has proven to be quite hard
The topic ‘Customizing buttons’ is closed to new replies.