Title: Remove theme category header
Last modified: September 1, 2016

---

# Remove theme category header

 *  [nparsons75](https://wordpress.org/support/users/nparsons75/)
 * (@nparsons75)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-theme-category-header/)
 * Hi, I need to remove the category header from my page. Can anyone please help
   me. Apologies, I have basic knowledge of wordpress but able to understand if 
   instructed. Thank you in advance.
 * I need to get rid of this part: Category: Match Reports
 * [http://www.parkwyddnjfc.uk/category/match-reports/](http://www.parkwyddnjfc.uk/category/match-reports/)
 * Thanks again.

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-theme-category-header/#post-7627543)
 * This CSS:
 *     ```
       .category .entry-header {
        display:none;
       }
       ```
   
 * If your theme has a custom CSS option, enter it there. If not, install the plugin“
   Simple Custom CSS” to add this CSS.
 *  Thread Starter [nparsons75](https://wordpress.org/support/users/nparsons75/)
 * (@nparsons75)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-theme-category-header/#post-7627587)
 * Hi, thank you for the reply, I have installed the plugin, where do i add the 
   code? just straight into the CSS?
 *  Thread Starter [nparsons75](https://wordpress.org/support/users/nparsons75/)
 * (@nparsons75)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-theme-category-header/#post-7627593)
 * Amazing, just tried it, works superb…. thank you so much.
 *  Thread Starter [nparsons75](https://wordpress.org/support/users/nparsons75/)
 * (@nparsons75)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-theme-category-header/#post-7627597)
 * Sorry, it does work but because the header has gone there is no space no, is 
   it possible to add a blank line above the code?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-theme-category-header/#post-7627605)
 * > Sorry, it does work but because the header has gone there is no space no, is
   > it possible to add a blank line above the code?
 * I don’t understand. Do you want more spacing at the top?
 *  Thread Starter [nparsons75](https://wordpress.org/support/users/nparsons75/)
 * (@nparsons75)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-theme-category-header/#post-7627608)
 * yes, maybe 1 or two lines?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-theme-category-header/#post-7627615)
 *     ```
       .category .article-header {
           margin-top; 1.5em;
       }
       ```
   
 * Learn how to use the developer tools built into your browser to figure out your
   CSS:
 * [https://developers.google.com/web/tools/chrome-devtools/](https://developers.google.com/web/tools/chrome-devtools/)

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

The topic ‘Remove theme category header’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/remove-theme-category-header/#post-7627615)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
