• Resolved xdwt

    (@xdwt)


    Hi guys,

    Do you know how I can change the colour of the ‘Submit’ button at the bottom of the registration form,

    For bonus points, i’m also looking to change the ‘Submit’ button to the middle of the page,

    I currently have this in the CSS, However I don’t want it aligned left! .ur-frontend-form .ur-button-container .ur-submit-button {
    margin-left: initial;

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @xdwt,

    To change the color of the submit button, please add the following CSS code(it will change the color of both, submit and login button):

    .ur-frontend-form button, .ur-frontend-form button[type=submit], .ur-frontend-form input[type=submit] {
        background: gray;
    }

    To position the submit button in the center of the form then please add the CSS code:

    .ur-frontend-form .register .ur-button-container .ur-submit-button {
        margin: 0 auto;
    }

    Let me know if it helps or not and I will get back to you.

    Regards!

    Thread Starter xdwt

    (@xdwt)

    Hi @sharmadpk03!

    This has worked perfectly, thank you!!

    • This reply was modified 6 years, 5 months ago by xdwt.

    Hi @xdwt,

    Glad to know that the issue is resolved. ​If you have a moment to spare then we would really appreciate your review for our plugin. Please click on this link https://ww.wp.xz.cn/support/plugin/user-registration/reviews/ and share your thoughts about our team and our plugin. We would love to hear from you.

    Thanks in advance.
    Have a great day. 🙂

    Regards!

    Hello and a Happy New Year!

    I also want to change the color of both the “Submit” button in Registration Form and of “Log in” in Log in Form.

    Could you please give me some more details on where exactly should I paste the code that you gave us in your previous post?

    I am already in “httpdocs / wp-content / plugins / user-registration / templates / form-registration.php” but dont know if I have to paste it on this file and where exactly to paste it.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Submit button – Change colour’ is closed to new replies.