Title: Remove Category From Post Header
Last modified: September 1, 2016

---

# Remove Category From Post Header

 *  Resolved [stayawakeblogger](https://wordpress.org/support/users/stayawakeblogger/)
 * (@stayawakeblogger)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-category-from-post-header/)
 * I would like to be able to write posts without showing the two defining lines
   and category at the top of the post page. Is there a way to stop the post categories
   from showing?
 * Thank you!

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

 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-category-from-post-header/#post-7625713)
 * Hi stayawakeblogger,
 * you could hide this with a line of CSS:
 * `.cat-title, #line { display: none; }`
 * In order to add custom CSS code to your website, you can either make use of a
   [child theme](https://codex.wordpress.org/Child_Themes) or plugins like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 *  Thread Starter [stayawakeblogger](https://wordpress.org/support/users/stayawakeblogger/)
 * (@stayawakeblogger)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-category-from-post-header/#post-7625717)
 * Thank you! This removes the category title on the post page, but the category
   still shows up on the home page. Any way to eliminate that as well?
 * Thanks!
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-category-from-post-header/#post-7625718)
 * To remove it from archives and the slider you could add:
 *     ```
       .flex-caption .post-categories,
       .post-inner-content .cat-item {
           display: none;
       }
       ```
   
 *  Thread Starter [stayawakeblogger](https://wordpress.org/support/users/stayawakeblogger/)
 * (@stayawakeblogger)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-category-from-post-header/#post-7625723)
 * It worked! Amazing. Thank you very much!
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-category-from-post-header/#post-7625724)
 * You’re very welcome and good luck with your website.
 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-category-from-post-header/#post-7625814)
 * Hi [@mh](https://wordpress.org/support/users/mh/) Themes,
 * I hope you are well today and thanks for helping out here in this forum.
 * Your help here is really appreciated.
 * Just to add here you can use the custom CSS code by adding it in the Custom CSS
   option of Activello theme on the below path.
 * Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom
   CSS
 * Thanks,
    Vinod Dalvi
 *  [say_hello](https://wordpress.org/support/users/say_hello/)
 * (@say_hello)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/remove-category-from-post-header/#post-8516773)
 * hello again
 * this does not work for me ….
 *     ```
       .cat-title, #line { display: none; }
       ```
   
 * this above mentioned code does not hide the category from the header of the postings
 * what can i do??

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

The topic ‘Remove Category From Post Header’ is closed to new replies.

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

## Tags

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

 * 7 replies
 * 3 participants
 * Last reply from: [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/remove-category-from-post-header/#post-7625814)
 * Status: resolved