Title: Remove Category + Include Description
Last modified: December 18, 2021

---

# Remove Category + Include Description

 *  Resolved [droyed](https://wordpress.org/support/users/droyed/)
 * (@droyed)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-categories-include-description/)
 * Hi [@twentig](https://wordpress.org/support/users/twentig/)
 * I would like to know how do I hide the “Category:” from Category pages.
 * Also, I would like to include the Category Description under the Category title,
   followed by the posts. So it would look like:
 * 1. Category Title (without the Category: prefix),
    2. A description of what that
   category is all about, and 3. Post Grid with posts that belong to that Category.
 * Please advise.

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

 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-categories-include-description/#post-15177947)
 * Hi,
 * To remove the “Category:” text, add the following CSS code in the Customizer 
   > Additional CSS panel:
 * For Twenty Twenty-One theme:
 *     ```
       .archive-title-prefix {
       	display: none;
       }
       ```
   
 * For Twenty Twenty theme:
 *     ```
       .archive-title .color-accent {
       	display: none;
       }
       ```
   
 * Then to add a category description, inside your WordPress dashboard, go to Posts
   > Categories. An Edit link appears when you hover your mouse over the category
   name. Click on it, and this will take you to the category edit screen, where 
   you can enter a description.
 * Hope that helps,
    Tom
 *  Thread Starter [droyed](https://wordpress.org/support/users/droyed/)
 * (@droyed)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-categories-include-description/#post-15178195)
 * Hi Tom [@twentig](https://wordpress.org/support/users/twentig/)
 * Thanks for this. It worked!

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

The topic ‘Remove Category + Include Description’ is closed to new replies.

 * ![](https://ps.w.org/twentig/assets/icon.svg?rev=2569439)
 * [Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio](https://wordpress.org/plugins/twentig/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentig/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentig/)
 * [Active Topics](https://wordpress.org/support/plugin/twentig/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentig/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentig/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [droyed](https://wordpress.org/support/users/droyed/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/remove-categories-include-description/#post-15178195)
 * Status: resolved