Title: hide categories title
Last modified: August 22, 2016

---

# hide categories title

 *  [giorgoski](https://wordpress.org/support/users/giorgoski/)
 * (@giorgoski)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-categories-title/)
 * how can i hide all the titles of the categories?(but NOT the pages-title and 
   post titles)

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-categories-title/#post-5439033)
 * Hey, this should work:
 *     ```
       .product-category.grid_item a h5 {
       display: none;
       }
       ```
   
 * Just paste it into your custom css box in theme options > advanced settings.
 * Hannah
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-categories-title/#post-5439092)
 * If you are talking about the blog post category pages then you can use this css:
 *     ```
       body.category .page-header {
       display:none;
       }
       ```
   
 * helps a lot if you post a link so your understood.
 * Kadence Themes

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

The topic ‘hide categories title’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/hide-categories-title/#post-5439092)
 * Status: not resolved