Remove Leave comment

Hi, i would like to remove “Leave Comment” section for my posts

How can i remove it?

help please! Thank you.

Hello @ykbaek,

Thanks for asking. :slight_smile:

If you want to remove the comments title then please add following CSS under Pro > Theme Options > CSS:

#reply-title {
    display: none;
}

However, if you want to completely remove comments section then please take a look at following article:

Thanks.

Hi thanks for the reply.

I put those code under CSS, however it’s still there.

Help please

Thank you.

Hi There,

Upon inspecting, I can confirm that the Leave a comment part is not visible on your site.

Do you want to remove the full comment section? If so, you can disable it by head over to the quick edit option of your posts.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.