Title: Comment Background Image
Last modified: August 19, 2016

---

# Comment Background Image

 *  [chasepnd](https://wordpress.org/support/users/chasepnd/)
 * (@chasepnd)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/comment-background-image/)
 * I know it’s simple CSS, but for the live of me I can’t figure out how to add 
   a background image to my comment form. I want to replace the “white space” with
   a pre-made image. If you have any questions, feel free to reply.
 * Here’s my CSS File:
    [http://pandandapd.com/wp-content/themes/shades-of-blue/style.css](http://pandandapd.com/wp-content/themes/shades-of-blue/style.css)
 * Here’s the code I’ve been trying:
 *     ```
       #comment {
               background:image:url('wp-content/themes/shades-of-blue/images/comment_thanks.png ')
       	color: #333333;
       	font-size: 12px;
       	font-family: Arial, Tahoma, Verdana;
       	margin: 5px 0px 5px 0px;
       	padding: 4px;
       	border: 1px solid #E6E6E6;
       	}
       ```
   
 * Thank You, please help!

Viewing 1 replies (of 1 total)

 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/comment-background-image/#post-1266418)
 * try this;
 * #comment {
    ** background: url(‘images/comment_thanks.png’);** color: #333333;
   font-size: 12px; font-family: Arial, Tahoma, Verdana; margin: 5px 0px 5px 0px;
   padding: 4px; border: 1px solid #E6E6E6; }
 * You made need to change your font color from #333333 to #ffffff so it can be 
   seen in the comments box over the image.

Viewing 1 replies (of 1 total)

The topic ‘Comment Background Image’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/comment-background-image/#post-1266418)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
