How can I disable or hide the comment count on the blog widget?
Hey ymahesh,
Please try the following in Quick CSS under Enfold->General Styling:
.slide-meta-comments, .slide-meta-del {
display:none;
}
Best regards,
Rikard
That didn’t work. The blog widget still displays the comments count
Hi,
Thank you for the update.
Please try this css code instead.
.comment-container, .text-sep-comment {
display: none;
}
Best regards,
Ismael
none of them are working…. Please have a look at the image. This is the part I wanna hide – https://ibb.co/nsaFqv
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