Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Sounds like you need to set some properties in your stylesheet. Most of what you are describing is probably inherited properties from your theme’s stylesheet for elements that may not be defined in the plugin’s stylesheet.

    There is information on setting up a custom stylesheet here:

    http://rocketgeek.com/plugins/wp-members/users-guide/customizing-forms/

    Thread Starter EWord1

    (@eword1)

    Hi Chad, thanks for your reply, much appreciated: yes, I concur. I am not great at css but I used FireFox tools to determine what code was involved. The theme I ma using has a custom css area in its theme options. I put the following css code into that area and problem solved,

    “#wpmem_msg, .wpmem_msg {
    background: #8b09a3;
    border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 20px 0 0 0;
    }

    #wpmem_reg .textbox:focus, #wpmem_reg .textbox:hover, #wpmem_login .textbox:focus, #wpmem_login .textbox:hover, #wpmem_reg .username:focus, #wpmem_reg .username:hover, #wpmem_login .username:focus, #wpmem_login .username:hover, #wpmem_reg .password:focus, #wpmem_reg .password:hover, #wpmem_login .password:focus, #wpmem_login .password:hover {
    background-color: white;
    }”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login-Registration Fields Go Blank Login Fail’ is closed to new replies.