Title: .um-button
Last modified: January 10, 2018

---

# .um-button

 *  [Auranoc](https://wordpress.org/support/users/auranoc/)
 * (@auranoc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/um-button/)
 * Hey guys, i’m trying to add custom CSS in my child-theme just to change the button
   color and button hover color of the SELECTED button (eg ‘login’) my combinations
   just don’t seem to be working =/ eg.
 * .um-button
    .um input[type=submit] { background-color: #242424; }
 * thanks

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

 *  [ocdocbeheer](https://wordpress.org/support/users/ocdocbeheer/)
 * (@ocdocbeheer)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/um-button/#post-9851875)
 * Hi, I’m having the same problem.
    Before 2.0, it was possible to change field
   and button colors in the settings, but that doesn’t seem to be available anymore.
   I need to change field and button and icon colors in login and profile forms.
 * Thanks.
    -  This reply was modified 8 years, 5 months ago by [ocdocbeheer](https://wordpress.org/support/users/ocdocbeheer/).
 *  Plugin Support [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/um-button/#post-9854662)
 * Hi [@auranoc](https://wordpress.org/support/users/auranoc/) and [@ocdocbeheer](https://wordpress.org/support/users/ocdocbeheer/),
 * Please add your CSS to your theme custom CSS section and add !important attribute
   e.g
 *     ```
       .um-button
       .um input[type=submit] {
       background-color: #242424 !important;
       }
       ```
   
 * Regards.
 *  Thread Starter [Auranoc](https://wordpress.org/support/users/auranoc/)
 * (@auranoc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/um-button/#post-9854765)
 * Doesn’t seem to be working =/
 *  Plugin Support [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/um-button/#post-9855205)
 * Hi [@auranoc](https://wordpress.org/support/users/auranoc/),
 * Where have you added this CSS?
 * Regards.
 *  Thread Starter [Auranoc](https://wordpress.org/support/users/auranoc/)
 * (@auranoc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/um-button/#post-9855238)
 * Themes custom CSS. This works –
    /* Profile Nav Bar */ .um-profile-nav { background-
   color: #202020 } .um-profile-nav-item.active a:hover { background-color: #d63232!
   important; }
 * /* Members profile colors selector */
    .um .um-profile-nav-item.active a { background-
   color: #b42121; }
 * But can’t get the submit button code to work
 *  [jacobsr](https://wordpress.org/support/users/jacobsr/)
 * (@jacobsr)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/um-button/#post-10125562)
 * Hi there!
 * I have another issue according to the Button.
 * I want to change the border-radius from 4px to 25px. I tested different changes
   in um.min.css but nothing seems to work ;(,
 * Anyone ideas? Thank you very much.
 *  [Norm1](https://wordpress.org/support/users/norm1/)
 * (@norm1)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/um-button/#post-10271182)
 * The devs use !important pretty often throughout the styles. This means you can’t
   override most of the styles, like padding, border-radius.
 * It’s particularly frustrating because their button styles don’t match my site.
 *  [ah4artist](https://wordpress.org/support/users/ah4artist/)
 * (@ah4artist)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/um-button/#post-10438636)
 * Also,
    Is there a way to change the text color for a specific form. I tried doing
   so in the form creation area and it does not work.

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

The topic ‘.um-button’ 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

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 8 replies
 * 6 participants
 * Last reply from: [ah4artist](https://wordpress.org/support/users/ah4artist/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/um-button/#post-10438636)
 * Status: not resolved