• Resolved buging

    (@buging)


    Hello,
    There appears to be a css conflict or something with the theme I’m using. The default login form’s layout is messed up and sometimes the submit button isn’t visible (because it’s all white). I tested switching to another theme and the problem goes away.

    Please provide some guidance.

    thank you.

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

    (@sanjuacharya77)

    Hi @buging,

    Thank you for the detailed information. Could you please provide me the URL of the login form? I will do a test and get back to you accordingly.

    Thanks and Regards!

    Thread Starter buging

    (@buging)

    Thread Starter buging

    (@buging)

    please use this other test site instead: https://libry.site/my-account-2

    Plugin Support sanjuacharya77

    (@sanjuacharya77)

    Hi @buging,

    You can use this custom CSS code to solve the issue with the login form.

    .css code here

    .user-registration .form-row {
        display: block;
    }
    .user-registration input.user-registration-Input--text {
        border: 1px solid #dadce0;
    }

    Paste this code in the additional CSS box. You can find the additional CSS box in your theme customization option. Click on Appearance > Customize and then scroll a bit and you will see Additional CSS box. Paste this code there and it will do the trick.

    Let me know whether it helps or not and I will get back to you.
    Thanks and Regards!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘login form styles broken’ is closed to new replies.