• Resolved Jota

    (@jmadmax89)


    Is it possible to remove the comment counter on each post? My blog is not designed to have comments on the articles (comments are disabled), so in every post I see “0 Comment” and I would like to remove that…

    Regards,
    Jota

    • This topic was modified 7 years, 3 months ago by Jota.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jota

    (@jmadmax89)

    I answer myself just in case it’s helpful for more people:

    – Editor -> style.css
    – Add display:none in adt-comment

    .adt-comment{float:right;padding-right:16px;display:none;}

    Regards,
    Jota

    • This reply was modified 7 years, 3 months ago by Jota.

    You should do it in customizing – Additional CSS

    a.link-comments {
    display: none;
    }

    Best regards
    Michael Jensen
    Seo-specialist

    a3-seo

    If you want the date and the separator gone:

    span.date.updated {
    display: none;
    }
    span.meta-sep {
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove comment counter on each post’ is closed to new replies.