Site logo

Archived topic

remove comment entirely from site wide

6 replies · Started by Chris on November 3, 2022

Viewing posts 1–7 of 7

Hi,

I don't want the comment box to appear at the bottom of my posts/pages. How can I disable it?

I've disabled it at the backend but it's still showing up, see here - https://imgur.com/a/Aq3GruY

It didn't work. I have 800 pages, I can't be going through each of them. My previous theme (neve) has the option to disable comments.

Do you have any CSS code that I can achieve this? I don't want to install any plugins.

Yes, we can hide is through custom CSS.

Try adding this in Appearance > Customize > Additional CSS:

.single-post .comments-area {
    display: none;
}

it works now

You're welcome Chris!

This archived topic is closed to new replies.