Title: Change Button Border Radius
Last modified: October 10, 2019

---

# Change Button Border Radius

 *  [Dutchman](https://wordpress.org/support/users/rotju/)
 * (@rotju)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/change-button-border-radius/)
 * Hi there,
 * Unless using your theme, we need to change styles using custom CSS.
    How can 
   we change the border radius of the standard buttons at the login/registration
   forms?
 * Cheers,
    Ronald
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-button-border-radius%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [Dutchman](https://wordpress.org/support/users/rotju/)
 * (@rotju)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/change-button-border-radius/#post-12015530)
 * Never mind,
 * Already fixed with !important.
 *     ```
       um input[type=submit].um-button,
       .um input[type=submit].um-button:focus,
       .um a.um-button,
       .um a.um-button.um-disabled:hover,
       .um a.um-button.um-disabled:focus,
       .um a.um-button.um-disabled:active {
           background: #00c3aa!important;
       	border-radius: 50px !important;
       }
       ```
   
 * Cheers.

Viewing 1 replies (of 1 total)

The topic ‘Change Button Border Radius’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [buttons](https://wordpress.org/support/topic-tag/buttons/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 1 reply
 * 1 participant
 * Last reply from: [Dutchman](https://wordpress.org/support/users/rotju/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/change-button-border-radius/#post-12015530)
 * Status: not resolved