Title: Changing Comments Color
Last modified: August 20, 2016

---

# Changing Comments Color

 *  Resolved [Samara](https://wordpress.org/support/users/blouishhotmailcom/)
 * (@blouishhotmailcom)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/changing-comments-color/)
 * This is the blog;
 * [http://mrsdalrymple.com/](http://mrsdalrymple.com/)
 * I want to make the ” |2 COMMENTS” more visible at the bottom of the page by changing
   the link color as well as the size. I’ve looked through the code and I see it’s
   h3, but every time I try and add a tag to change the size there is a global effect
   preventing me.
 * > posted in ENTERTAINMENT, FOOD, HOME & GARDEN, STYLE | 2 COMMENTS
 * Here is the pastebin of the style.css;
 * [http://pastebin.com/UE8xG1Hx](http://pastebin.com/UE8xG1Hx)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/changing-comments-color/#post-2281445)
 * Try adding something like:
 *     ```
       .comments-link a {
       font-size:1.2em;
       color:#c00;
       display:inline-block;
       }
       ```
   
 * adjusting the size and text values to suit.
 *  Thread Starter [Samara](https://wordpress.org/support/users/blouishhotmailcom/)
 * (@blouishhotmailcom)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/changing-comments-color/#post-2281447)
 * Does it matter where I put that code in or can I just place it in a generic stop
   in the stylesheet?
 *  Thread Starter [Samara](https://wordpress.org/support/users/blouishhotmailcom/)
 * (@blouishhotmailcom)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/changing-comments-color/#post-2281449)
 * Scratch that, I added it in. It is increasing the text size but it is still green
   like the rest of the links.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/changing-comments-color/#post-2281450)
 * It just needs a little tweaking. Try:
 *     ```
       .comments-link a {
       font-size:1.6em;
       }
       .entry-utility .comments-lin a {
           color:#c001;
       }
       ```
   
 *  Thread Starter [Samara](https://wordpress.org/support/users/blouishhotmailcom/)
 * (@blouishhotmailcom)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/changing-comments-color/#post-2281457)
 * Hmm, still no dice!
 *  [David Gard](https://wordpress.org/support/users/duck_boy/)
 * (@duck_boy)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/changing-comments-color/#post-2281465)
 * Did you spot and amend the possible typo in Esmi’s code?
 *     ```
       .comments-link a {
           font-size:1.6em;
       }
       .entry-utility .comments-link a {
           color:#c001;
       }
       ```
   
 *  Thread Starter [Samara](https://wordpress.org/support/users/blouishhotmailcom/)
 * (@blouishhotmailcom)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/changing-comments-color/#post-2281472)
 * Ah there we go, thanks greatly. 🙂
 * Would either of you happen to know how would I position the date above the title
   entry?

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

The topic ‘Changing Comments Color’ is closed to new replies.

## Tags

 * [changing](https://wordpress.org/support/topic-tag/changing/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [Samara](https://wordpress.org/support/users/blouishhotmailcom/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/changing-comments-color/#post-2281472)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
