Remove "No comments yet"

Hi, I’m trying to remove the “no comments yet” from the posts on front page. I’ve tried looking in comments.php to remove language but I don’t see any particular language I could remove without messing other stuff up.

Any suggestions? Can’t give you URL to blog as it’s not published yet, but see screenshot:

Thank you so much.

Hi @dualcompass,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.blog .entry-footer span.comments-link {
    display: none;
}

Best Regards,
Movin