How do I remove the “Leave a comment” in the single post. I don’t want users to comment down in my posts
Thanks
How do I remove the “Leave a comment” in the single post. I don’t want users to comment down in my posts
Thanks
Hi Mike
Thanks for reaching out
Try the CSS below
.single .comments-area #respond {
display: none;
}
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
Let us know if you have any questions 🙂
Best Regards