Remove "Leave a comment" on posts
-
Hi. I’ve looked but can not find an answer anywhere on how to remove the words “leave a comment”, “Post Date ” and “Older Posts” from my posts. Can you guide me?
The blog I need help with is: (visible only to logged in users)
-
To remove the post meta data from all posts, add the following custom CSS.
.post-author { display: none; } -
-
- The topic ‘Remove "Leave a comment" on posts’ is closed to new replies.