Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #802688

    How can I disable or hide the comment count on the blog widget?

    #802866

    Hey ymahesh,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #802895

    That didn’t work. The blog widget still displays the comments count

    #804296

    Hi,

    Thank you for the update.

    Please try this css code instead.

    .comment-container, .text-sep-comment {
        display: none;
    }

    Best regards,
    Ismael

    #806848

    none of them are working…. Please have a look at the image. This is the part I wanna hide – https://ibb.co/nsaFqv

    #807517

    Hi,

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

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

    If that too does not work, please create a temporary admin login and post it here privately

    Best regards,
    Yigit

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