Title: Remove Date/Time/Author
Last modified: August 21, 2016

---

# Remove Date/Time/Author

 *  Resolved [robgon1971](https://wordpress.org/support/users/robgon1971/)
 * (@robgon1971)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-datetimeauthor/)
 * With CSS, how can i remove date and “No comments” text in delicacy theme from
   all the pages? Just in pages, i don’t want to remove this from posts.
 * Thanxs

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-datetimeauthor/#post-4118200)
 * Use this in theme Custom CSS option if exists, Custom CSS plugin, or child theme
   stylesheet.
 *     ```
       .page .entry-meta .date,
       .page .entry-meta .comments { display: none; }
       ```
   
 *  Thread Starter [robgon1971](https://wordpress.org/support/users/robgon1971/)
 * (@robgon1971)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-datetimeauthor/#post-4118202)
 * Thanx a lot, it works right.

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

The topic ‘Remove Date/Time/Author’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [robgon1971](https://wordpress.org/support/users/robgon1971/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/remove-datetimeauthor/#post-4118202)
 * Status: resolved