Remove “leave a comment” from single post
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)
-
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
-
February 7, 2023 at 6:18 am
Hi Mike
Thanks for reaching out
Try the CSS below
.single .comments-area #respond {
display: none;
} -
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
-
February 21, 2023 at 6:07 am
Let us know if you have any questions 🙂
Best Regards