Changing color of comment bubble

  • Unknown's avatar

    I read an earlier thread (I am having the exact same issue) on this and copied the suggestion, but it didn’t work. Here’s what I copied:
    .entry-header .comments-link a {
    background-color: #48d1cc;
    border-color: #008080;
    color: #000080;
    }
    What mistake am I making?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Your site is private.

    You’ll need to make your site public in order for someone to help you.

  • Unknown's avatar

    To change the color of the comment bubble for posts and pages in the Twenty Eleven theme, add this to your Appearance > Customize > CSS editor:

    .entry-header .comments-link a {
    	background-color: lightgreen;
    }
    .entry-header .comments-link a:hover {
    	background-color: darkgreen;
    }
  • The topic ‘Changing color of comment bubble’ is closed to new replies.