Remove “leave a comment” from single post

Mike February 6, 2023 at 6:55 am

How do I remove the “Leave a comment” in the single post. I don’t want users to comment down in my posts

Thanks

Replies (4)

  1. Mike February 6, 2023 at 6:55 am

    How do I remove the “Leave a comment” in the single post. I don’t want users to comment down in my posts

    Thanks

  2. Spiracle Themes February 7, 2023 at 6:18 am

    Hi Mike

    Thanks for reaching out

    Try the CSS below

    .single .comments-area #respond {
    display: none;
    }

  3. Spiracle Themes February 7, 2023 at 6:19 am

    Hi Mike

    Thanks for reaching out

    Try the CSS below

    .single .comments-area #respond {
    display: none;
    }

    Copy & Paste into Appearance -> Customize -> Additional CSS

    Best Regards

  4. Spiracle Themes February 21, 2023 at 6:07 am

    Let us know if you have any questions 🙂

    Best Regards

Post a Reply

Reply To: Remove “leave a comment” from single post
Your information: