Twenty-Eleven Comment Bubble Changes Not Showing Up

  • Unknown's avatar

    I’d like to change the comment bubble in the Twenty-Eleven Theme. I’ve read previous threads and tried changing it three different ways, but nothing has worked so far. Help greatly appreciated! The webpage is dearchristiancounselor.com. I tried creating a child theme and uploading a nearly identical (but it has the word “reply” on it) comment-bubble.png file to the Images folder, but that did nothing. Then I tried using the CSS editor to delete the comment bubble entirely and then to change the colors on it. I had no success with either. Lastly, I uploaded an image and used this CSS:

    .entry-header .comments-link a {
    background: url(“http://dearchristiancounselor.com/wp-content/uploads/2015/02/comment-bubble.png”) no-repeat scroll 0 0 transparent;
    }

    I have cleared my cache (because that SEEMS like the problem), but that didn’t matter, either. What am I doing wrong? Thank you.

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

  • Unknown's avatar

    Hi there,
    Wee provide support only only for WordPress hosted blogs and that site is not one of them. It is a WordPress.ORG install. You are posting to the wrong support forum to get help with your WordPress.ORG issue. We cannot help you here.

    WordPress.COM and WordPress.ORG are completely separate and have different logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/

    If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there.

    Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
    WordPress.org support docs are at https://codex.wordpress.org/Main_Page

  • Unknown's avatar

    I’m not sure what CSS you tried before, but this should work to hide the comment bubble in Twenty Eleven:

    .comments-link {
        display: none;
    }

    If you are using a child theme, try adding that example to the bottom of the child theme’s CSS file. If that doesn’t work, you might try using the CSS editor that comes with the Jetpack plugin instead of a child theme (or in combination with it).

    To get further help, the forum at https://wordpress.org/support/theme/twentyeleven is the best place to ask questions about Twenty Eleven on a WordPress.org setup.

  • The topic ‘Twenty-Eleven Comment Bubble Changes Not Showing Up’ is closed to new replies.