Title: Hide meta-data
Last modified: August 22, 2016

---

# Hide meta-data

 *  [ninarch](https://wordpress.org/support/users/ninarch/)
 * (@ninarch)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hide-meta-data/)
 * Hi helpers,
    I have the themify free theme and now I want to hide the meta-data,
   categories, and headlines!
 * I tricked it by setting all the font sizes to 0px- but I still have way to much
   space on top of my page where the titles used to be…
    Second I still have the//
   that separates the categories, which is really annoying!
 * Can anyone help me?

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hide-meta-data/#post-5803441)
 * Hey there ninarch,
 * How are you doing today?
 * If this is what you’re trying to remove [http://screencast.com/t/ZK9JNn8S](http://screencast.com/t/ZK9JNn8S)
   then you could achieve that with some custom CSS. Please try adding the following
   CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       p.post-meta {
       display: none;
       }
       ```
   
 * This should remove the meta data from your posts, if this doesn’t work could 
   you please post link to your site so I can take a look?
 * Hope this helps 🙂
 * Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Hide meta-data’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/themify-base/1.2.4/screenshot.
   png)
 * Themify Base
 * [Support Threads](https://wordpress.org/support/theme/themify-base/)
 * [Active Topics](https://wordpress.org/support/theme/themify-base/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/themify-base/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/themify-base/reviews/)

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [meta-data](https://wordpress.org/support/topic-tag/meta-data/)
 * [Themify](https://wordpress.org/support/topic-tag/themify/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/hide-meta-data/#post-5803441)
 * Status: not resolved