Title: remove category title
Last modified: August 20, 2016

---

# remove category title

 *  [BILL4](https://wordpress.org/support/users/bill4/)
 * (@bill4)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/remove-category-title-1/)
 * Hello ppl,
    i m new in wordpress, so pls be gentle with me 🙂 hehe
 * and now my prob..
    Im using Dominate theme is there a way to remove the Category
   Title/Name above posts?? Pls see image below to understand what i mean..
 * [http://imageshack.us/photo/my-images/856/helptp.jpg/](http://imageshack.us/photo/my-images/856/helptp.jpg/)
 * thanks in advanced for every help!!
    🙂

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

 *  Thread Starter [BILL4](https://wordpress.org/support/users/bill4/)
 * (@bill4)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/remove-category-title-1/#post-2295658)
 * noone? pls help me..
    Thanks…
 *  [sylvain.d](https://wordpress.org/support/users/sylvaind/)
 * (@sylvaind)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/remove-category-title-1/#post-2295659)
 * You can probably hide it with some css if you don’t want to mess too much with
   the code. For more info, you should provide a link to your site.
 *  Thread Starter [BILL4](https://wordpress.org/support/users/bill4/)
 * (@bill4)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/remove-category-title-1/#post-2295667)
 * thx for you reply sylvain,
 * I dont understand what you mean with the css thing.. style.css??
    can you be 
   more spacificate pls? Do you know how to hide it?
 * my site is not ready yet and it’s down..
 * Thanks again..
 *  [Phil](https://wordpress.org/support/users/owendevelopment/)
 * (@owendevelopment)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/remove-category-title-1/#post-2295668)
 * Never used this theme before, but there are 2 ways to do it:
 * 1. Remove the php call from the code (could be archive.php, single.php or any
   other – depending on the theme).
 * 2. you could cheat (as Sylvain posted), by opening your CSS (style.css) and find:
 *     ```
       .generic {
       color: #555555;
       font-family: Arial,Helvetica,Sans-serif;
       font-size: 20px;
       font-weight: bold;
       margin: 0 0 10px;
       padding: 0 0 10px;
       text-decoration: underline;
       text-transform: uppercase;
       }
       ```
   
 * just add:
 * `display: none;`
 * … in amongst the other styling and it should disappear. This way is cheating 
   as it’s not removing the name, it just stops it being shown in a browser.
 * Hope this helps
 * Phil

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

The topic ‘remove category title’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Phil](https://wordpress.org/support/users/owendevelopment/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/remove-category-title-1/#post-2295668)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
