Title: Changing Post Comment Button
Last modified: August 19, 2016

---

# Changing Post Comment Button

 *  Resolved [stunterjason](https://wordpress.org/support/users/stunterjason/)
 * (@stunterjason)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/changing-post-comment-button/)
 * Does anyone know how to change the “post comment button” like the color or text
   of it in the twenty ten theme???
    my page [http://squidwheelies.com/wordpress](http://squidwheelies.com/wordpress)

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

 *  [Agus Suhanto](https://wordpress.org/support/users/suhanto/)
 * (@suhanto)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/changing-post-comment-button/#post-1638872)
 * For the color, you can use CSS.
 * For the text, you have to supply parameter when calling comment_form() function.
   You can edit it in the comments.php inside twentyten theme directory.
 *     ```
       comment_form( array( 'label_submit' => 'Whathever you want' ) );
       ```
   
 *  Thread Starter [stunterjason](https://wordpress.org/support/users/stunterjason/)
 * (@stunterjason)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/changing-post-comment-button/#post-1638999)
 * whenever I add that code to the comments.php it adds a second comment input form.
   So I have two comment forms. do you know why it would do this or how to fix it?
   not sure if it helps but I am using a plugin for the the comments form: Dean’s
   FCKEditor For WordPress
    Thanks
 *  Thread Starter [stunterjason](https://wordpress.org/support/users/stunterjason/)
 * (@stunterjason)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/changing-post-comment-button/#post-1639000)
 * Nevermind I figured it out.
    Thank You
 *  [micki7764](https://wordpress.org/support/users/micki7764/)
 * (@micki7764)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/changing-post-comment-button/#post-1639153)
 * stunterjason,
 * would you mind sharing what you did? I’m having issues but I am new to all of
   this. Also, I’m using a child theme with TwentyTen….could I add the code in the
   child theme?
 * Thanks so much….

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

The topic ‘Changing Post Comment Button’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [micki7764](https://wordpress.org/support/users/micki7764/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/changing-post-comment-button/#post-1639153)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
