Title: Remove breadcrumb items
Last modified: April 18, 2022

---

# Remove breadcrumb items

 *  Resolved [hasanfachrul](https://wordpress.org/support/users/hasanfachrul/)
 * (@hasanfachrul)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumb-items/)
 * Hey, I have been this theme for a long time now and it’s awesome!
    I want to 
   ask something regarding the breadcrumbs; how can I remove anything in the breadcrumbs
   except the home icon in the wordpress functions?
 * Thanks!

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

 *  Theme Author [Creative Themes](https://wordpress.org/support/users/creativethemeshq/)
 * (@creativethemeshq)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumb-items/#post-15570190)
 * Hello [@hasanfachrul](https://wordpress.org/support/users/hasanfachrul/),
    Sorry,
   I’m not really sure I totally understood you.
 * Why would you do that? Breadcrumbs are meant to show the path of the website 
   where you are for a better navigation.
 * Anyway, there is no option to hide/remove all items from the breadcrumbs but 
   you can do that with some custom CSS.
 *     ```
       .ct-breadcrumbs > *:not(.first-item),
       .ct-breadcrumbs .first-item .separator {
       	display: none;
       }
       ```
   
 * Hope this helps.
 *  Thread Starter [hasanfachrul](https://wordpress.org/support/users/hasanfachrul/)
 * (@hasanfachrul)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumb-items/#post-15570314)
 * It’s okay, I do understand.
    Just removed it with css too, I just want to know
   if there is a hook for this problem.
 * Thank you!
 *  Theme Author [Creative Themes](https://wordpress.org/support/users/creativethemeshq/)
 * (@creativethemeshq)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumb-items/#post-15570471)
 * Hey [@hasanfachrul](https://wordpress.org/support/users/hasanfachrul/),
    No, 
   unfortunately there is no hook for this at the moment.
 * Glad you solved it with CSS too 🙂
 * Have a nice day 😉

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

The topic ‘Remove breadcrumb items’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Creative Themes](https://wordpress.org/support/users/creativethemeshq/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumb-items/#post-15570471)
 * Status: resolved