Remove "Comments Off" Statement
- The topic ‘Remove "Comments Off" Statement’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I’ve disabled comments from the general WordPress menu. Now I’m seeing the field “Comments Off” at the bottom of the post. Is there a way to hide this statement?
Thanks,
Thomas
The blog I need help with is: (visible only to logged in users)
Hello Thomas,
yes, you can hide this using this CSS code:
.single span.post-comments {
display: none;
}
Remember how to add CSS to WordPress:
https://en.support.wordpress.com/custom-design/editing-css/
Hope this helps,
thank you!
Ricardo P.
Thanks, it worked :)
Fantastic!
Thank you for keeping us posted :)