Title: How do it&#8230;
Last modified: August 19, 2016

---

# How do it…

 *  Resolved [inkhead](https://wordpress.org/support/users/inkhead/)
 * (@inkhead)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-do-it/)
 * how do i change the color of the ‘comment box’ and the ‘share this box’ so that
   everything is black to match the rest of the page… ?
 * [http://www.polymathixco.com/home/2010/09/06/test-2/#more-8](http://www.polymathixco.com/home/2010/09/06/test-2/#more-8)

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

 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-do-it/#post-1670735)
 * .comment-form
 * and
 * .post-meta
 * are the 2 classes controlling those
 * so either find them in style.css, or if they aren’t there, add them with black
   background.
 * for example
 *     ```
       .comment-form {
              background: #000000;
              }
       ```
   
 *  Thread Starter [inkhead](https://wordpress.org/support/users/inkhead/)
 * (@inkhead)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-do-it/#post-1670740)
 * perfect! thanks!
 *  Thread Starter [inkhead](https://wordpress.org/support/users/inkhead/)
 * (@inkhead)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-do-it/#post-1670742)
 * whats the firefox plugin you use for web developer?
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-do-it/#post-1670744)
 * firebug is the best I think if you use firefox
 * IE Developer toolbar is decent for IE
 * in your case I didn’t use a plugin. Your page was fairly simple so I was just
   able to read your source code within the browser

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

The topic ‘How do it…’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/how-do-it/#post-1670744)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
