Title: Does Removing Byline Require Pro?
Last modified: August 21, 2016

---

# Does Removing Byline Require Pro?

 *  [LilahLee](https://wordpress.org/support/users/lilahlee/)
 * (@lilahlee)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/does-removing-byline-require-pro/)
 * I absolutely love this theme. I want to remove ‘posted on’ ‘by admin’ ‘leave 
   comment’ and ‘edit post’ Basically the whole top byline for each new post. I 
   also want to hide ‘posted in’ and ‘tagged with’ at the bottom of each post.
 * Since I can’t find any info on how to do this with the CSS box in the Free version
   I am wondering if this can only be done with the Pro version. It needs to be 
   a theme option really.
 * I am unable to invest in a premium theme right now but if I could remove these
   features now I will definitely support the premium theme in the future. I looked
   through hundreds and there isn’t another one that I love this much. I want to
   keep it forever.

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

 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/does-removing-byline-require-pro/#post-4636768)
 * These can be hidden with css.
 *     ```
       .postmeta {
           display: none;
       }
       .postinfo {
           display: none;
       }
       ```
   
 *  Thread Starter [LilahLee](https://wordpress.org/support/users/lilahlee/)
 * (@lilahlee)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/does-removing-byline-require-pro/#post-4636785)
 * Thank you **SO** much!
 * It really cleans things up. Really happy 🙂

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

The topic ‘Does Removing Byline Require Pro?’ is closed to new replies.

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

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [LilahLee](https://wordpress.org/support/users/lilahlee/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/does-removing-byline-require-pro/#post-4636785)
 * Status: not resolved