Title: Remove Breadcrumb
Last modified: August 30, 2016

---

# Remove Breadcrumb

 *  [mzstade](https://wordpress.org/support/users/mzstade/)
 * (@mzstade)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-breadcrumb-2/)
 * How can i remove the breadcrum navigation?

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-breadcrumb-2/#post-6408100)
 * Hey there mzstade,
 * I’m not exactly sure what you’re referring to, would you mind posting link to
   your site and let me know what you’re trying to remove and I’ll be happy to try
   to help 🙂
 * Cheers,
    Bojan
 *  Thread Starter [mzstade](https://wordpress.org/support/users/mzstade/)
 * (@mzstade)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-breadcrumb-2/#post-6408101)
 * Under: [http://www.stade-aktuell-events.de/wolfgang-drussell/](http://www.stade-aktuell-events.de/wolfgang-drussell/)
 * The navigation to the next post left and right i want to delete. Because it’s
   not always the same category.
 * Or list the category name before the name of the post.
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-breadcrumb-2/#post-6408107)
 * Hey again,
 * Thanks for the clarification, removing would be much easier. You can remove the
   navigation by adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or you can add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .single nav.navigation.post-navigation {
           display: none;
       }
       ```
   
 * Hope this helps and have a great weekend!
 * Cheers,
    Bojan

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

The topic ‘Remove Breadcrumb’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/make/1.10.9/screenshot.jpg)
 * Make
 * [Support Threads](https://wordpress.org/support/theme/make/)
 * [Active Topics](https://wordpress.org/support/theme/make/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/make/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/make/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/remove-breadcrumb-2/#post-6408107)
 * Status: not resolved