• Resolved jamiek47

    (@jamiek47)


    Hi,

    How can I remove the comment count numbers that are showing on the post pages and homepage?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Jamie,

    thanks for using MH Purity lite.

    You could hide the comment count with a line of CSS:

    .meta-comments { display: none; }

    Thread Starter jamiek47

    (@jamiek47)

    Thanks, that works great!

    Didn’t work for me (i was trying to put it to additional css section… any suggetions?

    Didn’t work for me (i was trying to put it to additional css section… any suggestions?

    • This reply was modified 7 years, 11 months ago by mukopu3a.

    @mukopu3a: Have a look at your single posts, you’ll notice that it actually worked fine. If you want to hide the comment count on archives as well, you could add:

    .loop-comments { display: none; }

    thank you!! and how about the homepage?

    The homepage on your site (the URL which you’ve linked in your profile here) actually is an archive, so it’s already covered by above mentioned code.

    In general, if you want to apply CSS modifications, you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove comment counters’ is closed to new replies.