Uniform Look for Login and Registration Page

Discussion in 'ColorWay WordPress Theme' started by rdeshazer, Jan 6, 2015.

Thread Status:
Not open for further replies.
  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    I'd like to have my client login page look as close as possible:

    Page to change: http://www.irgfirm.com/client-login/
    1. Add a boarder.
    2. Unbold the font.
    3. Add colons "Username:" "Password:"
    4. Align text field to the right of label:
    Username: [ text field location]
    Password: [text field location]
    5. the login button to have round edges like the submit registration button.

    Example of page of style: http://www.irgfirm.com/create-account/

    Thx
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rdeshazer,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    form.um_login_form {
    width: 24%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 30px 30px 15px 30px;
    }
     
    .pf_label {
    width: 89px;
    padding: 5px;
    font-weight: normal;
    float: left;
    color: red;
    }
     
    label.pf_label::after {
    content: ':';
    }
     
    input[type="text"] {
    width: 168px;
    height: 20px;
    margin-top: 6px;
    }
     
    .um_input {
    width: 168px;
    height: 20px;
    margin-top: 6px;
    }
     
    input.um_login_button {
    padding: 5px 10px;
    border-radius: 4px;
    border: none;
    width: 78px;
    }
    Thanks
    Praveen
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rdeshazer,

    I have checked your website.

    The css code i gave you is not implemented on your website.

    Please paste the code again.

    If it's not working again then email us your wordpress login details at [email protected].

    Thanks
    Praveen
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    ok will send login.
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rdeshazer,

    I have solved your issue.

    The issue comes due to plugins installed in your wordpress.

    Next time if you need to apply any css, please deactivate all plugins.

    Write your code in custom css ,update it and then activate all plugins.

    Thanks
    Praveen
     
  7. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    ahhh ok gotcha. I resent an email to support with some screen shots as the alignment is a bit off.

    Thx
     
  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rdeshazer,

    I have solved your issue.

    Thanks
    Praveen
     
  9. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  10. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rdeshazer,

    I have solved your issue.

    Thanks
    Praveen
     
  11. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Thanks Praveen looks good!
     
Thread Status:
Not open for further replies.

Share This Page