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' ) );
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
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….