Title: Remove The Docs Title
Last modified: February 18, 2019

---

# Remove The Docs Title

 *  Resolved [isiqik](https://wordpress.org/support/users/isiqik/)
 * (@isiqik)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-the-docs-title/)
 * I have used the following method to remove certain page titles successfully:
   .
   page-id-XX .entry-title {display:none;}.
 * But I can’t do it with Docs. I have added a custom link on the menu to the Docs
   front page because I don’t have a physical page for it. So I don’t have a page
   id for it either.
 * .bp-docs header.entry-header {display:none} does remove it but unfortunately 
   removes the single doc title as well.
 * Do you perhaps know of a method of how I can remove the title from just the front
   page?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-the-docs-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [David Cavins](https://wordpress.org/support/users/dcavins/)
 * (@dcavins)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-the-docs-title/#post-11219777)
 * Hi @isiqik-
 * I’m not sure which element on which page you’re trying to remove. Can you upload
   a screenshot with the element circled or similar?
 * Thanks!
 *  Thread Starter [isiqik](https://wordpress.org/support/users/isiqik/)
 * (@isiqik)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-the-docs-title/#post-11220196)
 * Hi,
 * Here is the link.
 * [Remove Docs Title](http://siqik.com/images/docs.png)
 *  Plugin Author [David Cavins](https://wordpress.org/support/users/dcavins/)
 * (@dcavins)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-the-docs-title/#post-11220342)
 * OK, it looks like you are trying to hide what we call the “directory title”.
 * It really depends on the theme, but this rule will most likely work:
 *     ```
       .post-type-archive-bp_doc article.post-0 header {
           display: none;
       }
       ```
   
 * The directory is given the ID of 0 by BP Docs, so you can target the directory
   using the `article.post-0` selector, or `.post-type-archive-bp_doc` or both.
 *  Thread Starter [isiqik](https://wordpress.org/support/users/isiqik/)
 * (@isiqik)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-the-docs-title/#post-11220423)
 * Thank you, it worked 🙂 and thank you for the additional information.
 *  Plugin Author [David Cavins](https://wordpress.org/support/users/dcavins/)
 * (@dcavins)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-the-docs-title/#post-11220508)
 * Thanks for letting me know it worked!

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

The topic ‘Remove The Docs Title’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-docs.svg)
 * [BuddyPress Docs](https://wordpress.org/plugins/buddypress-docs/)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-docs/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-docs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-docs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-docs/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [David Cavins](https://wordpress.org/support/users/dcavins/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/remove-the-docs-title/#post-11220508)
 * Status: resolved