Title: Register Button Colour
Last modified: September 1, 2016

---

# Register Button Colour

 *  Resolved [enviousdigital](https://wordpress.org/support/users/enviousdigital/)
 * (@enviousdigital)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/register-button-colour/)
 * Hi
 * Is it possible to change the colour of the register button (using pms-register)?
 * Thanks
    Clare
 * [https://wordpress.org/plugins/paid-member-subscriptions/](https://wordpress.org/plugins/paid-member-subscriptions/)

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

 *  Plugin Author [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * (@raster02)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/register-button-colour/#post-7644867)
 * Hello there,
 * This is usually handled by the theme you are using, but yes, it can be changed.
 * You need to install [Simple Custom CSS](http://local.profile-builder.dev/wp-admin/themes.php?page=simple-custom-css.php)
   first and then go to your _Dashboard -> Appearance -> Custom CSS_.
 * In there, you need to add the following code:
 *     ```
       #pms_register-form input[type="submit"] {
       	background-color:#fff;
       }
   
       #pms_register-form input[type="submit"]:hover {
       	background-color:red;
       }
       ```
   
 * Just change the colors to something you like, the first color (#fff) is what 
   users see when the page is loaded, while the second one (red) is the color users
   will see when they place their mouse over the button.
 * Best Regards.
 *  Thread Starter [enviousdigital](https://wordpress.org/support/users/enviousdigital/)
 * (@enviousdigital)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/register-button-colour/#post-7644933)
 * Thank you
 * That worked perfectly
 * I think there must have been a conflict somewhere because the grey that was on
   the button was nowhere in the theme’s colour settings.
 * Thanks for your help

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

The topic ‘Register Button Colour’ is closed to new replies.

 * ![](https://ps.w.org/paid-member-subscriptions/assets/icon-256x256.png?rev=2961161)
 * [Paid Membership Subscriptions - Effortless Memberships, Recurring Payments & Content Restriction](https://wordpress.org/plugins/paid-member-subscriptions/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paid-member-subscriptions/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paid-member-subscriptions/)
 * [Active Topics](https://wordpress.org/support/plugin/paid-member-subscriptions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paid-member-subscriptions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paid-member-subscriptions/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [enviousdigital](https://wordpress.org/support/users/enviousdigital/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/register-button-colour/#post-7644933)
 * Status: resolved