Title: Change &quot;post comment&quot; button color
Last modified: August 24, 2016

---

# Change "post comment" button color

 *  Resolved [tjprice1](https://wordpress.org/support/users/tjprice1/)
 * (@tjprice1)
 * [11 years ago](https://wordpress.org/support/topic/change-post-comment-button-color/)
 * How can you change the “post comment” button?
 * [https://wordpress.org/plugins/wpdiscuz/](https://wordpress.org/plugins/wpdiscuz/)

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

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years ago](https://wordpress.org/support/topic/change-post-comment-button-color/#post-6128742)
 * Hi tjprice1,
    This is the css which can change “post comment” button background,
   border and font color. You can change it and put in Dashboard > wpDiscuz > Background
   and Colors Tab “Custom CSS Code” textarea:
 *     ```
       #wpcomm .wc-field-submit input[type="button"] {
           background-color:#ffffff;
           border: 1px solid #dddddd;
           color: #555555;
       }
       ```
   
 *  Thread Starter [tjprice1](https://wordpress.org/support/users/tjprice1/)
 * (@tjprice1)
 * [11 years ago](https://wordpress.org/support/topic/change-post-comment-button-color/#post-6128775)
 * Thanks!

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

The topic ‘Change "post comment" button color’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [tjprice1](https://wordpress.org/support/users/tjprice1/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/change-post-comment-button-color/#post-6128775)
 * Status: resolved