Title: entry meta
Last modified: August 21, 2016

---

# entry meta

 *  Resolved [vinn95](https://wordpress.org/support/users/vinn95/)
 * (@vinn95)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/entry-meta/)
 * When I use .entry-meta { display: none; } to hide author and time stamp at the
   top of each article, the tags under the image also disappears from the page.
 * To be precise only to hide the author name by using
    .entry-meta .author { display:
   none; }, the time stamp and tags are visible, still a backslash appears before
   to the time stamp. Any way to get rid of the backslash? Your advice, Please.

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

 *  Theme Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/entry-meta/#post-4328963)
 * You can try and set the color to `transparent` 🙂
 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/entry-meta/#post-4328964)
 * Or try this
 *     ```
       .entry-date, .author {
       display: none;
       }
       ```
   
 * The slash ( / ) will still be displayed.
 *  Thread Starter [vinn95](https://wordpress.org/support/users/vinn95/)
 * (@vinn95)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/entry-meta/#post-4328978)
 * Thanks Konstantin, will try to work on it.
 * Thanks Jesin, Yes the backslash still appears 🙂

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

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

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

 * 3 replies
 * 3 participants
 * Last reply from: [vinn95](https://wordpress.org/support/users/vinn95/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/entry-meta/#post-4328978)
 * Status: resolved