Title: Button Colours
Last modified: August 20, 2020

---

# Button Colours

 *  Resolved [garyhornerwp](https://wordpress.org/support/users/garyhornerwp/)
 * (@garyhornerwp)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/button-colours-3/)
 * Loving this plugin-I have found the code in the forums to change the register
   button to match my theme- what code do i need to change the Login and reset password
   button to match.
 * /* Register Colours */
 * .pieregWrapper #pie_register input[type=”submit”], .piereg_container .submit 
   input[type=”submit”] {
    background-color: #000000; border: 1px solid #097809;
   color: #e6a303; margin: 2px 10px; line-height: 24px; padding: 2px 36px; font-
   size: 18px; } .pieregWrapper #pie_register .fields input[type=”submit”]:hover,.
   pieregWrapper .pie_prev:hover, .pieregWrapper .pie_next:hover { background: #
   e2e2e2; color: #000000; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-colours-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [genetech](https://wordpress.org/support/users/genetech/)
 * (@genetech)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/button-colours-3/#post-13286522)
 * Hi,
 * Please copy the below CSS styles and paste it in your theme’s CSS file.
 *     ```
       .pieregWrapper input[type="submit"]:hover,#piereg_login form#piereg_lostpasswordform p input[type="submit"]:hover, .piereg_container .piereg_login_wrapper .submit input[type="submit"]:hover{
          background: #e2e2e2;
          color: #000000;
       }
   
       .pieregWrapper input[type="submit"], .piereg_container .piereg_login_wrapper .submit input[type="submit"], #piereg_login form#piereg_lostpasswordform p input[type="submit"] {
          color:#e6a303;
           border: 1px solid #097809;
           background: #000000;
       }
       ```
   
 * Thanks
 *  Thread Starter [garyhornerwp](https://wordpress.org/support/users/garyhornerwp/)
 * (@garyhornerwp)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/button-colours-3/#post-13286751)
 * That’s done it thank you so much.
 * Resolved and 5*’s
 *  Plugin Contributor [genetech](https://wordpress.org/support/users/genetech/)
 * (@genetech)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/button-colours-3/#post-13290879)
 * Your feedback is valuable for us. Can you please post your review here: [https://wordpress.org/support/plugin/pie-register/reviews/](https://wordpress.org/support/plugin/pie-register/reviews/)
 * Much appreciated. Thanks

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

The topic ‘Button Colours’ is closed to new replies.

 * ![](https://ps.w.org/pie-register/assets/icon-256x256.png?rev=2467686)
 * [Pie Register – User Registration, Profiles & Content Restriction](https://wordpress.org/plugins/pie-register/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pie-register/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pie-register/)
 * [Active Topics](https://wordpress.org/support/plugin/pie-register/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pie-register/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pie-register/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [genetech](https://wordpress.org/support/users/genetech/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/button-colours-3/#post-13290879)
 * Status: resolved