Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #630962

    how to Remove Comment Count on ALL pages.
    I had code just for my portfolio page.

    #631206

    Hi KK,

    Do you want to hide it with CSS or do you want to completely remove the comments functionality? Please link to your site so that we can have a look at it.

    Best regards,
    Rikard

    #631732

    hi
    Hiding them would be great. and to be clear… I want the comment element, just not the COMMENT COUNT in the big circle where it says 0 replies
    thanks

    #631874

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .comment-count, .comment-text, .center-border {
        display: none;
    }
    

    Best regards,
    Jordan

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