Leave a comment showing twice

Why is there two showing? how can I removed the one that says 7 Comments and how do I change the font-family for the link that reads Comments(7)?

http://tanishacherry.com/eats/alberta-beef-present-burger-fest/

Hi @tanisha,

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.single-post h2.comments-title {
    display: none;
}
body.single-post span.comments-link a {
    font-family: serif;
}

Please change the font family serif in the above code to whatever you want to.

Best Regards,
Movin

I entered your code and all it did was remove the # of comments But the link still says “Leave a Comment” , I know “Leave a reply” is a result of the Jetpack plugin. But i want “Leave A Comment” to no longer appear.

I don’t see it on your share page URL http://tanishacherry.com/eats/alberta-beef-present-burger-fest/ so please share me the page URL from your site where it is displaying.