Title: Remove meta data from post display
Last modified: August 30, 2018

---

# Remove meta data from post display

 *  Resolved [mmesford](https://wordpress.org/support/users/mmesford/)
 * (@mmesford)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-meta-data-from-post-display/)
 * Hi, I can’t figure out how to remove the meta data from my posts using css, or
   any other method for that matter. Any help appreciated. I’d prefer a method that
   hides the meta data for all posts including future posts.
 * Mike
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-meta-data-from-post-display%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-meta-data-from-post-display/#post-10639071)
 * Hello [@mmesford](https://wordpress.org/support/users/mmesford/),
 * Add this code to your additional CSS from theme customizer.
 *     ```
       .header-meta{
          display : none;
       }
       ```
   
 * Hope this will helps you.
    Thanks.
 *  Thread Starter [mmesford](https://wordpress.org/support/users/mmesford/)
 * (@mmesford)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-meta-data-from-post-display/#post-10640718)
 * Yes, that did the trick, thanks!

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

The topic ‘Remove meta data from post display’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/quark/1.4.1/screenshot.png)
 * Quark
 * [Support Threads](https://wordpress.org/support/theme/quark/)
 * [Active Topics](https://wordpress.org/support/theme/quark/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/quark/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/quark/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mmesford](https://wordpress.org/support/users/mmesford/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/remove-meta-data-from-post-display/#post-10640718)
 * Status: resolved