Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1208181

    Hello,

    In Enfold -> Blog Layout, I have unchecked “Blog Post Comment Count”. Nevertheless, at the bottom of posts, it still displays “0 Comments” next to the date. Please advise.

    Thank you.

    #1208182

    It also shows “0 replies” when clicking on the post.

    #1208347

    Hi,

    Add this to quick css:

    .slide-meta-comments{
    display:none!important;
    }
    
    .comment_meta_container{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1208562

    Thank you. And also to disable the message in category blog pages?

    #1208564

    Hi,

    Add this to quick css:

    .post-meta-infos .comment-container.minor-meta,
    .post-meta-infos .text-sep.text-sep-comment{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.