Title: Categories Header
Last modified: August 22, 2016

---

# Categories Header

 *  Resolved [Maman_](https://wordpress.org/support/users/maman_/)
 * (@maman_)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/categories-header/)
 * Hi everyone !
 * I would like to remove all the header on category pages (icon and title) but 
   don’t know how to do it.
 * I tried this with CSS Custom :
 *     ```
       .archive-header {
       content: none;
       }
       ```
   
 * but obviously that doesn’t work ^^’
    Maybe it’s not only in the CSS
 * I also would like to remove the line where is wrote : posted by “user” the “date”
   
   This line is displayed on post but i don’t know where i can find it I think this
   task is pretty easy but it look like i’m pretty bad ^^’
 * Thanks for help !

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

 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/categories-header/#post-5209067)
 * For the category titles, use:
 *     ```
       .category .archive-header {
           display: none;
       }
       ```
   
 * For the “meta” line, you need:
 *     ```
       .entry-meta {
           display: none;
       }
       ```
   
 * or if you only want it to affect the category archives, then you can use:
 *     ```
       .category .entry-meta {
           display: none;
       }
       ```
   
 * which restricts it only to a category page.
 * > I think this task is pretty easy but it look like i’m pretty bad ^^’
 * Yes, it’s very easy if you spend 6 minutes watching the video linked to here:
   [http://www.themesandco.com/snippet/firebug-best-spent-6-minutes/](http://www.themesandco.com/snippet/firebug-best-spent-6-minutes/)
 *  Thread Starter [Maman_](https://wordpress.org/support/users/maman_/)
 * (@maman_)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/categories-header/#post-5209102)
 * Oh yeah you’re right, thanks you for help and the video
    Sorry for making you
   waste your time !
 * Bye and I hope I will don’t come back again ^^’

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

The topic ‘Categories Header’ is closed to new replies.

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

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 2 replies
 * 2 participants
 * Last reply from: [Maman_](https://wordpress.org/support/users/maman_/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/categories-header/#post-5209102)
 * Status: resolved