Title: NEED CSS CODES
Last modified: August 31, 2016

---

# NEED CSS CODES

 *  Resolved [Deb M](https://wordpress.org/support/users/papul/)
 * (@papul)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/need-css-codes/)
 * Hi there, First Thank you for a great theme and the extensive support you have
   provided in the support area.
 * I am using Simple Custom CSS plugin and I need the CSS codes for following issues–
   
   1) HOME PAGE – Removing the post date & year.
 * 2) SINGLE POST PAGE –
    Removing the post date, year, post update date & author
   name below the Post heading. Hoping for a quick help.

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/need-css-codes/#post-7342498)
 * Hi papul. Welcome to the Hueman forum. Give these a try:
 *     ```
       /* remove post date on home page */
       .home .post-date {
           display: none;
       }
   
       /* remove author and date on single post */
       .single .post-byline {
           display: none;
       }
       ```
   
 *  Thread Starter [Deb M](https://wordpress.org/support/users/papul/)
 * (@papul)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/need-css-codes/#post-7342520)
 * Thank you very much for this swift reply.
 * Kudos to your efforts to make Humen theme perhaps the best theme functionally
   and support wise – all for free. Great service to so many bloggers.

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

The topic ‘NEED CSS CODES’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Deb M](https://wordpress.org/support/users/papul/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/need-css-codes/#post-7342520)
 * Status: resolved