Title: Editing the &quot;Post Comment&quot; button
Last modified: August 21, 2016

---

# Editing the "Post Comment" button

 *  Resolved [Kevin1991](https://wordpress.org/support/users/kevin1991/)
 * (@kevin1991)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/editing-the-post-comment-button/)
 * Hi, fantastic theme by the way, definitely one of my favourites.
 * I just ran into a problem though regarding the Post Comment button. I changed
   the colours of everything else in the site to something else, but I can’t figure
   out how to do the same to the button.
 * Is there a way for me to do that?
 * Just to clarify its the background of the button itself I want to change, not
   the actual comment text box.

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

 *  Theme Author [Brian Harris](https://wordpress.org/support/users/zgani/)
 * (@zgani)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/editing-the-post-comment-button/#post-4818508)
 * Hello Kevin,
 * You sure can – here’s the required css code to add to your custom css
 *     ```
       #respond #submit {
           border: 3px solid #00a5c5;
           background: #00a5c5;
           color:#fff;
       }
       #respond #submit:hover {
           background: #000;
           color: #fff;
           border: 3px solid #000;
       }
       ```
   
 * I’ve included the text color too just in case you need to change that too – simply
   replace the values there to match your desired color scheme and you should be
   golden 🙂
 * Regards,
    Zulf
 *  Thread Starter [Kevin1991](https://wordpress.org/support/users/kevin1991/)
 * (@kevin1991)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/editing-the-post-comment-button/#post-4818733)
 * Hey,
 * Thanks for the response. Very quick too, great support!
 * But um, I forgot to change one thing and that’s the color of the Site Title and
   Site Tagline?
 * If you could send me the css code for that, it would be fantastic.
 * Thanks again,
 * Kevin
 *  Theme Author [Brian Harris](https://wordpress.org/support/users/zgani/)
 * (@zgani)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/editing-the-post-comment-button/#post-4818747)
 * Hello Kevin,
 * The option to change color for the Site title and tagline is under Appearance
   >> Customize >> Colors
 * You don’t need to add any custom css code for that.
 * Regards,
    Zulf
 *  Thread Starter [Kevin1991](https://wordpress.org/support/users/kevin1991/)
 * (@kevin1991)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/editing-the-post-comment-button/#post-4818748)
 * Hm. The problem with it though is that I do like the white title, but I can’t
   change the color of the tagline without changing the color of the title. Is there
   a way to do that then?
 *  Theme Author [Brian Harris](https://wordpress.org/support/users/zgani/)
 * (@zgani)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/editing-the-post-comment-button/#post-4818749)
 * In that case you’d use the following code to change the tagline only – you may
   need to add !important after the color code.
 *     ```
       .site-description {
           color: #00a5c5;
       }
       ```
   
 * just change the above default color to your desired one.
 * Regards,
    Zulf
 *  Thread Starter [Kevin1991](https://wordpress.org/support/users/kevin1991/)
 * (@kevin1991)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/editing-the-post-comment-button/#post-4818752)
 * Okay, thanks for all the help Zulf!
 *  Theme Author [Brian Harris](https://wordpress.org/support/users/zgani/)
 * (@zgani)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/editing-the-post-comment-button/#post-4818796)
 * No problem at all.
 * Closing as resolved.
 * Zulf

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

The topic ‘Editing the "Post Comment" button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/itek/1.1.7/screenshot.png)
 * iTek
 * [Support Threads](https://wordpress.org/support/theme/itek/)
 * [Active Topics](https://wordpress.org/support/theme/itek/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/itek/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/itek/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Brian Harris](https://wordpress.org/support/users/zgani/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/editing-the-post-comment-button/#post-4818796)
 * Status: resolved