Title: comment link background disappeared
Last modified: August 21, 2016

---

# comment link background disappeared

 *  Resolved [vyww](https://wordpress.org/support/users/vyww/)
 * (@vyww)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-link-background-disappeared/)
 * I have a background for my comment link, CSS here:
 *     ```
       .post-info {
       	background: url(http://vyww.co/wp-content/uploads/2013/06/commentlink.png) center no-repeat !important;
       	font: 11px 'Bentham', Times New Roman, serif;
       	height: 37px;
       	font-weight: normal;
       	line-height: 36px;
       	text-align: center;
       	font-style: none;
       	display: block;
       }
       .post .post-info {
       	margin-bottom: 80px;
       }
       ```
   
 * For some reason, it has disappeared? Example post [here](http://vyww.co/136/).
   Help is really appreciated! Thank you!

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-link-background-disappeared/#post-3836687)
 * Where do you have that CSS?
 *  Thread Starter [vyww](https://wordpress.org/support/users/vyww/)
 * (@vyww)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-link-background-disappeared/#post-3836693)
 * In my child theme
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-link-background-disappeared/#post-3836694)
 * So, can you see just above your post title styles there’s an additional ending
   bracket?
 *  Thread Starter [vyww](https://wordpress.org/support/users/vyww/)
 * (@vyww)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-link-background-disappeared/#post-3836703)
 * Oh. Oh my that was really silly of me. Thank you for being so patient! 🙂
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 11 months ago](https://wordpress.org/support/topic/comment-link-background-disappeared/#post-3836707)
 * No worries 🙂
    BTW a check you can do to see if you’re experiencing a CSS syntax
   error, when none of your styles are being recognised after a certain point, is
   to add a new style with something obvious and check if that style is being applied.
 * E.g, add this:
 *     ```
       body {
        border: 10px solid red !important;
       }
       ```
   
 * Then move that around different parts of the stylesheet to explore where the 
   syntax error is.
 * If the border works and you have added the style right at the bottom of the stylesheet
   then you have no syntax error.

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

The topic ‘comment link background disappeared’ is closed to new replies.

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [comment link](https://wordpress.org/support/topic-tag/comment-link/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 5 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/comment-link-background-disappeared/#post-3836707)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
