Title: How to customize Register Button
Last modified: August 20, 2016

---

# How to customize Register Button

 *  Resolved [Gina](https://wordpress.org/support/users/ragina/)
 * (@ragina)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/)
 * Hi,
 * I have a question about customing the Register Button. I move the login page 
   to my actived theme. And I can customize the login button. However, when i link
   to register and forget password, the register button and password button looks
   pretty wired. Especially when I try to active it, it becomes more strange.
 * Moreover, is there anyway I can change the color of the text “Log in | Lost your
   password? ” which is below the login form?
 * Thanks in advance!!!
 * [http://wordpress.org/extend/plugins/wp-flogin/](http://wordpress.org/extend/plugins/wp-flogin/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Thread Starter [Gina](https://wordpress.org/support/users/ragina/)
 * (@ragina)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3485921)
 * And I am using WP 3.5
 *  Thread Starter [Gina](https://wordpress.org/support/users/ragina/)
 * (@ragina)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486064)
 * I have changed it, now it looks good but when i put the mouse on it and try to
   active it, then button becomes strange. I think it’s using the theme default 
   css for button. How should I solve that? Thanks!!!
 *  Plugin Author [faina09](https://wordpress.org/support/users/faina09/)
 * (@faina09)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486084)
 * I was able to reproduce it and yes, it is not a nice effect.
    I will look for
   a solution to post here
 *  Plugin Author [faina09](https://wordpress.org/support/users/faina09/)
 * (@faina09)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486085)
 * just as a quick fix: add a suitable color, like this for a blue button
    #wp-submit:
   hover{background-color: #0064AE;} in style.php
 *  Thread Starter [Gina](https://wordpress.org/support/users/ragina/)
 * (@ragina)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486149)
 * hey, I add the
    #wp-submit:hover{background-color: #0064AE;}
 * to my css php, it doesn’t work. Actually, it changed the hover color of button
   in “login” page, but it is not the effect I want.
 * The”register”and “forget my pass word” button still looks not so well. It looks
   fine when it appears, but when i put the mouse on it(hover) and try to active
   it, then button becomes longer and with theme default color.
 *  Plugin Author [faina09](https://wordpress.org/support/users/faina09/)
 * (@faina09)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486157)
 * What effect do you want to have? I do not know about a “forget my password” button:
   are you referring to the link?
    can you provide me with the url so I can see 
   this behavior?
 *  Thread Starter [Gina](https://wordpress.org/support/users/ragina/)
 * (@ragina)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486159)
 * [http://dl.dropbox.com/u/36742078/problem.jpg](http://dl.dropbox.com/u/36742078/problem.jpg)
 * I made an picture, the first column include all the buttons without any activation
   or hover. The second column include all the buttons when i put the mouse on it.
   As you can see, the login button looks fine, the other two are pretty strange.
 *  Plugin Author [faina09](https://wordpress.org/support/users/faina09/)
 * (@faina09)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486160)
 * I see.. you probably have some more css in any hover button class.
    May be some
   input[type=”submit”]:hover or input[type=”button”]:hover You should override 
   these values using #wp-submit:hover With images only I can’t see where and how,
   it may depends by the theme. What is the theme that you are using?
 *  Thread Starter [Gina](https://wordpress.org/support/users/ragina/)
 * (@ragina)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486166)
 * I think I have fixed it! I changed the button class name on the css and the php
   file. Therefore, they won’t have conflict with the default theme css.
 * Thanks for all your help!!!
 *  Plugin Author [faina09](https://wordpress.org/support/users/faina09/)
 * (@faina09)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486168)
 * Great! Can you please post your solution here?

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘How to customize Register Button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-flogin_f6f7c5.svg)
 * [WPF-Login](https://wordpress.org/plugins/wp-flogin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-flogin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-flogin/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-flogin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-flogin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-flogin/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [faina09](https://wordpress.org/support/users/faina09/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-customize-register-button/#post-3486168)
 * Status: resolved