Title: Head Topic
Last modified: August 20, 2016

---

# Head Topic

 *  [thebestdslr](https://wordpress.org/support/users/thebestdslr/)
 * (@thebestdslr)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/head-topic/)
 * Hi all.
 * I want to ask you a little about how to remove the topic in the menu Post category.
 * [http://thebestdslr.com/category/reviews](http://thebestdslr.com/category/reviews)
   parts Browsing Category »Reviews« I want to delete this. Perhaps in this forum
   anyone can provide answers.
    thank you

Viewing 1 replies (of 1 total)

 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [14 years, 5 months ago](https://wordpress.org/support/topic/head-topic/#post-2469484)
 * CSS Solution:
 * This will get rid of that page title, but sadly because the CSS for the theme
   you are using is not rich in CSS selectors, it will also get rid of the title
   for other pages such as Privacy Policy, Earning Disclaimer and Contact Us.
 *     ```
       #page_head {
       display: none;
       ]
       ```
   
 * If you also want to get rid of the extra dotted border at the top of the first
   post, do this.
 *     ```
       #wrapper {
       border-top: none;
       }
       ```
   
 * You could edit the category.php or archive.php file (depending on the theme) 
   and get rid of it there. I don’t have access to those files, so you will have
   to do some investigation on your own on that.

Viewing 1 replies (of 1 total)

The topic ‘Head Topic’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/head-topic/#post-2469484)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
