• Resolved ldevore849

    (@ldevore849)


    This is the first of 3 problems I’m having with what seems to be a great plugin otherwise.

    I created a Login form but the button doesn’t show up. In addition, the font on it doesn’t match the Registration form (both use the shortcode), so they don’t look good together on the same page, which I prefer. Here is the page so you can see what I mean: https://crystalcovehoa.net/login

    How can I get rid of the Login form to create another one from scratch, or edit this one? Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support sanjuacharya77

    (@sanjuacharya77)

    Hi @ldevore849,

    Thanks for writing in.

    Regarding the issue, could you please add the following custom CSS?

    form.user-registration-form-login label {
    color: black !important;
    font-weight: bold !important;
    }
    .ur-submit-button {
    color: black !important;
    font-weight: 600 !important;
    }


    To add the custom CSS, please refer to this doc: https://docs.wpuserregistration.com/docs/where-do-i-add-my-custom-css/

    Do let us know whether it works for you or not and I will get back to you.

    Regards!

    Thread Starter ldevore849

    (@ldevore849)

    Thanks for the suggestion. I did add the code and it seems to have worked, once I deleted all cache. I will mark this one as resolved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.