Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    (@stunterjason)

    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

    (@stunterjason)

    Nevermind I figured it out.
    Thank You

    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.