Title: Hide meta
Last modified: June 17, 2017

---

# Hide meta

 *  Resolved [steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * (@steamyunicorn)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/hide-meta/)
 * Is there a way to hide the meta information?
    Author, date, …

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

 *  [Shahid Mansuri](https://wordpress.org/support/users/shahidmansuri123/)
 * (@shahidmansuri123)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/hide-meta/#post-9237748)
 * Hi [@steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * Yes, We can do it for you. To hide the meta information.
 * Please add the code given below in Custom CSS field (Appearance -> Customize -
   > Header settings -> Custom CSS).
 *     ```
       .blog-post-date, .blog-post-meta { 
            display: none; 
       }
       ```
   
 * For more help refer the snapshot Url here: [http://prntscr.com/fkyhvs](http://prntscr.com/fkyhvs)
 * Hope this helps..!
 * Regards
    — Shahid
 *  Thread Starter [steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * (@steamyunicorn)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/hide-meta/#post-9238023)
 * Thank you very much!
    Is there also a way to hide the ‘comments’ thing in the
   top right corner?
 *  [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * (@akhlesh-nagar)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/hide-meta/#post-9238145)
 * Hello
    For this add the below css code inside the custom css box .
 *     ```
       .home-blog-post-detail > .comment {
           display: none;
       	}
       ```
   
 * Thanks
    -  This reply was modified 8 years, 11 months ago by [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/).
 *  Thread Starter [steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * (@steamyunicorn)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/hide-meta/#post-9240018)
 * Thanks! worked perfectly!

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

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

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

 * 4 replies
 * 3 participants
 * Last reply from: [steamyunicorn](https://wordpress.org/support/users/steamyunicorn/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/hide-meta/#post-9240018)
 * Status: resolved