Viewing 1 replies (of 1 total)
  • assuming that you want to remove the cloud and the number:

    the easiest way might be to add:

    .comment-bubble{display:none; }

    to style.css of the theme.

    or you could edit the front page template (index.php ?) (and any other template that show the bubble) and look for:

    (a guess only – the real code might look differnent)
    <div class="comment-bubble"><?php comments_popup_link(....); ?></div>
    (or something similar)
    then remove it.

Viewing 1 replies (of 1 total)
  • The topic ‘WuWei Question: How to Remove Gray Comment Cloud with the zero inside of it’ is closed to new replies.