• Resolved jcbb

    (@jcbb)


    Hi, I just need to change the login button colour and text colour (red against blue is not great), some custom CSS (similar to the Submit button customer code in the threads would be ideal). I cant find any examples, any examples would be great, thank in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @jcbb,

    Please use the following CSS code to modify the button design and link color according to your needs.

    For Default Background Color.

    .user-registration-Button, .ur-submit-button {
    background: #2ab499 !important;
    }


    For Hover Background Color.

    .user-registration-Button:hover, .ur-submit-button:hover {
    background: #167865 !important;
    }


    You can change the background color #2ab499 and #167865 according to your needs.

    Best Regards!

    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Since we did not get a response from you, we are marking this topic as resolved. We believe the issues mentioned here are now resolved. Please create a new support topic if needed.

    Thanks!

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