Title: steffbrent's Replies | WordPress.org

---

# steffbrent

  [  ](https://wordpress.org/support/users/steffbrent/)

 *   [Profile](https://wordpress.org/support/users/steffbrent/)
 *   [Topics Started](https://wordpress.org/support/users/steffbrent/topics/)
 *   [Replies Created](https://wordpress.org/support/users/steffbrent/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/steffbrent/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/steffbrent/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/steffbrent/engagements/)
 *   [Favorites](https://wordpress.org/support/users/steffbrent/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[i-transform] Date and category at top of each post](https://wordpress.org/support/topic/date-and-category-at-top-of-each-post/)
 *  [steffbrent](https://wordpress.org/support/users/steffbrent/)
 * (@steffbrent)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/date-and-category-at-top-of-each-post/#post-6944465)
 * Hi orlisgal, you can remove them through the following codes in your CHILDTHEME’s
   style.css:
 * For categories:
 *     ```
       span.categories-links {
       display: none;
       }
       ```
   
 * For the date:
 *     ```
       span.date {
       display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)