Remove Comment Count

  • Hi,

    I am trying to remove my comment count bubble. Each code I am pasting doesn’t seem to work!

    My website is http://hungryindublin.com
    My theme is AccessPress Mag

    Thanks in Advance,
    Nicola

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

  • Hi there,

    You can remove the comment count bubble using the following CSS code –

    .comment_count {
        display: none;
    }

    I hope this helps :)

    Note that your site is self hosted. Meaning it is based on WordPress.ORG and hosted someplace else. (not on WordPress.COM).

    I’m sorry but here on this forum (forum.wordpress.COM),
    we only provide support for sites hosted on WordPress.COM.

    Visit WordPress.ORG forums for support on self hosted sites.
    And click here to know more about
    the difference between WordPress.COM and WordPress.ORG.

  • The topic ‘Remove Comment Count’ is closed to new replies.