Title: CSS on user registration button
Last modified: July 5, 2019

---

# CSS on user registration button

 *  Resolved [christineclem](https://wordpress.org/support/users/christineclem/)
 * (@christineclem)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/css-on-user-registration-button/)
 * Hi,
 * I’ve used the following Custom CSS Code under ‘General Settings’ in the User 
   Registration plugin:
 * .ur-frontend-form.ur-frontend-form–rounded.ur-frontend-form–rounded-edge form
   button[type=submit], .ur-frontend-form.ur-frontend-form–rounded.ur-frontend-form–
   rounded-edge form input[type=submit] { border-radius: 12px; height: 55px; }
 * It does not do anything to the button whatsoever. Can you please help me?
    -  This topic was modified 6 years, 11 months ago by [christineclem](https://wordpress.org/support/users/christineclem/).

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

 *  [nilanzva](https://wordpress.org/support/users/nilanzva/)
 * (@nilanzva)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/css-on-user-registration-button/#post-11702227)
 * Hi [@christineclem](https://wordpress.org/support/users/christineclem/)
 * Seems like you have placed the custom CSS on the **Custom CSS class** input which
   was for the custom class name not for the custom CSS. To add the additional CSS,
   please navigate to the **Appearance > Customize > Additional CSS** and use your
   custom CSS here. Also, your CSS selector seems to be slightly wrong here. Please
   use the following Custom CSS:
 *     ```
       .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button[type=submit], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form input[type=submit] {
         border-radius: 10px;
         height: auto;
       }
       ```
   
 * Hope this will be helpful to you. Do let us know if you have any further queries.
 * Best Regard.
 *  Thread Starter [christineclem](https://wordpress.org/support/users/christineclem/)
 * (@christineclem)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/css-on-user-registration-button/#post-11702243)
 * Thank you so much, this worked perfectly.
 *  [StratPoint](https://wordpress.org/support/users/pavefe/)
 * (@pavefe)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/css-on-user-registration-button/#post-11872781)
 * What’s the CSS for doing this to the file upload button?

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

The topic ‘CSS on user registration button’ is closed to new replies.

 * ![](https://ps.w.org/user-registration/assets/icon-256x256.gif?rev=3284028)
 * [User Registration & Membership - Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder](https://wordpress.org/plugins/user-registration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-registration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-registration/)
 * [Active Topics](https://wordpress.org/support/plugin/user-registration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-registration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-registration/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [StratPoint](https://wordpress.org/support/users/pavefe/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/css-on-user-registration-button/#post-11872781)
 * Status: resolved