Remove "Leave a comment" from blogs page and blog post

Hi Movin,

I love the clean features of Activello theme.

I want the “Leave a comment” label to not display on the blogs page and also within each blog post.
How to achieve this?

TIA.

Hi @bishgop,

Thank you for your another 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

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

Best Regards,
Movin

Thanks much Movin.

You are most welcome here :slight_smile: