Title: Remove date, author, comments and edit
Last modified: December 26, 2019

---

# Remove date, author, comments and edit

 *  [jannefih](https://wordpress.org/support/users/jannefih/)
 * (@jannefih)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/)
 * Hi,
    Two questions I would like help with.
 * 1. I would like to remove date, author, comments and edit-link at the top of 
   the posts.
 * This: [https://i.imgur.com/ijgFd3I.png](https://i.imgur.com/ijgFd3I.png)
 * 2. I would also like to know how to remove date, author and comments from thumbnail
   pictures.
    This: [https://i.imgur.com/XUbEINn.png](https://i.imgur.com/XUbEINn.png)
 * Thanks in advance!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-date-author-comments-and-edit%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/#post-12272370)
 * [@jannefih](https://wordpress.org/support/users/jannefih/)
 * Can you add the below CSS code to Additional CSS box and check?
 *     ```
       .post .below-entry-meta {
         display: none;
       }
       .widget_highlighted_post_area .below-entry-meta, .widget_slider_area_rotate .below-entry-meta {
         display: none;
       }
       ```
   
 * Thanks.
 *  Thread Starter [jannefih](https://wordpress.org/support/users/jannefih/)
 * (@jannefih)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/#post-12273718)
 * That worked awesome! Thank you!
 * However I missed some places. The posts below are still having the date and comments
   shown.
 * Here’s a picture of the fields I mean 🙂
 * > [View post on imgur.com](https://imgur.com/TaZ1lvU)
 *  Thread Starter [jannefih](https://wordpress.org/support/users/jannefih/)
 * (@jannefih)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/#post-12276730)
 * Sorry, forgot to highlight. 🙂 [@nitushrestha10](https://wordpress.org/support/users/nitushrestha10/)
 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/#post-12278373)
 * [@jannefih](https://wordpress.org/support/users/jannefih/)
 * Can you replace the code
 *     ```
       .widget_highlighted_post_area .below-entry-meta, .widget_slider_area_rotate .below-entry-meta {
         display: none;
       }
       ```
   
 *  with the below ones’s and check?
 *     ```
       .below-entry-meta {
         display: none;
       }
       ```
   
 * Thanks.
 *  Thread Starter [jannefih](https://wordpress.org/support/users/jannefih/)
 * (@jannefih)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/#post-12278432)
 * Worked awesome! Thank you [@nitushrestha10](https://wordpress.org/support/users/nitushrestha10/)
 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/#post-12281424)
 * [@jannefih](https://wordpress.org/support/users/jannefih/)
 * Glad to hear that your issue have been resolved. Do let us know if you have any
   further queries regarding to our theme.
 * Thanks.
 *  [tziviam](https://wordpress.org/support/users/tziviam/)
 * (@tziviam)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/#post-12903854)
 * Thanks for this great reply. I would like to remove all meta but still show post
   thumbnails. How would I modify the CSS for that?
    [http://s793426095.onlinehome.us/](http://s793426095.onlinehome.us/)
 *  [vedbhaskar](https://wordpress.org/support/users/vedbhaskar/)
 * (@vedbhaskar)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/#post-12918935)
 * [@nitushrestha10](https://wordpress.org/support/users/nitushrestha10/) Many Thanks.
   It really works after 1 hour search and wasting time on many tutorials.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Remove date, author, comments and edit’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/colormag/4.1.2/screenshot.jpg)
 * ColorMag
 * [Support Threads](https://wordpress.org/support/theme/colormag/)
 * [Active Topics](https://wordpress.org/support/theme/colormag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/colormag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/colormag/reviews/)

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)
 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [date](https://wordpress.org/support/topic-tag/date/)
 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 8 replies
 * 4 participants
 * Last reply from: [vedbhaskar](https://wordpress.org/support/users/vedbhaskar/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/remove-date-author-comments-and-edit/#post-12918935)
 * Status: not resolved