Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #886953

    Hi there,

    In the Enfold settings I have unchecked some boxes related to my Blog layout. Including to not show comment count. And that works fine on the main blog page. However on category pages, and when I have inserted the blog posts content element into a page, the comment count, etc is showing.

    How do i hide the comment count in all cases or in these cases?

    #887025

    Hey Dandelion222,
    Try this code in the General Styling > Quick CSS field:

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

    Best regards,
    Mike

    #887473

    That works for the category pages. But it still shows up when I insert blog content using the content element.

    #887748

    Hi,

    Please try this CSS as well:

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

    Best regards,
    Rikard

    #888093

    Great! Thank you!

    #888148

    Hi,

    Did you need further help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #888153

    You can close. I would have, but i don’t see a button to do that.

    #888155

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog meta data showing when posts are inserted into a page’ is closed to new replies.