• Resolved Gina

    (@ragina)


    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!!!

    https://www.ads-software.com/extend/plugins/wp-flogin/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Gina

    (@ragina)

    And I am using WP 3.5

    Thread Starter Gina

    (@ragina)

    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

    (@faina09)

    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

    (@faina09)

    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

    (@ragina)

    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

    (@faina09)

    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

    (@ragina)

    https://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

    (@faina09)

    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

    (@ragina)

    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

    (@faina09)

    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.