• Hey guys,
    i have recently discovered that unless i have the comments disabled in my themes settings, the comment count still shows up on the home page within the the post meta info. Does anyone know how to disable it using CSS?
    Example:
    https://snag.gy/xQp50B.jpg

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi fluqy, you can hide it using CSS. Just right click the icon and inspect element so you can see the name of the element and then in your css, set it to display:none;

    Something like:

    .comment-count {
    display: none;
    }

    should do the trick.

    Thread Starter fluqy

    (@fluqy)

    Well thanks for your reply, gut it working however now there are these ugly strokes left on the post info: https://snag.gy/sBxN0c.jpg
    Any idea how to remove them?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable comments in post info’ is closed to new replies.