Title: Css code to hide the category title??
Last modified: December 18, 2018

---

# Css code to hide the category title??

 *  [pjones1969](https://wordpress.org/support/users/pjones1969/)
 * (@pjones1969)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-code-to-hide-the-category-title/)
 * Building a bookable cabin rental website, and using the free Hotelone template.
   Happy overall with the look, except when you click on a category…you’ll notice
   in the header image area it says Accommodation Category: Handicap Accessible.
 * I am desperately trying different css codes to remove the words Accommodation
   Category as it’s so tacky. It’s doing this with all the categories, and I would
   sure appreciate it if someone could share the css code to remove this???
 * Thanks in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-code-to-hide-the-category-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-code-to-hide-the-category-title/#post-11005007)
 * There’s no CSS to do that; there HTML markup is insufficient. You’ll have to 
   create a plugin (or make a child theme) to remove the category title part.
 * It would be via *something like* this:
 * [https://gretathemes.com/guides/remove-category-title-category-pages/](https://gretathemes.com/guides/remove-category-title-category-pages/)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-code-to-hide-the-category-title/#post-11005313)
 * What about adding something like this to the “Additional CSS” section of the 
   dashboard:
 *     ```
       html .subheader .subheaderInner .pageTitleArea {
           display: none;
       }
   
       .subheaderInner {
           min-height: 226px;
       }
       ```
   
 *  Thread Starter [pjones1969](https://wordpress.org/support/users/pjones1969/)
 * (@pjones1969)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-code-to-hide-the-category-title/#post-11014182)
 * Andrew, thanks again for responding here. Unfortunately that code didn’t work
   for me, but I sure appreciate you trying.
 * Steven, your response was spot on. Although it was not the answer I was looking
   for….when I went to “inspect” it (don’t always understand that), and hovered 
   over that area to see the code…it’s all attached.
 * Editing the css file to remove the .subheader (or whatever code it was), it removes
   everything. Seems they did not separate it within the theme. Sadly, creating 
   a “child theme” is far above my pay grade….they can deal with it. lol
 * Appreciate you both!

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

The topic ‘Css code to hide the category title??’ is closed to new replies.

## Tags

 * [css code](https://wordpress.org/support/topic-tag/css-code/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [pjones1969](https://wordpress.org/support/users/pjones1969/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/css-code-to-hide-the-category-title/#post-11014182)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
