• Resolved hasanfachrul

    (@hasanfachrul)


    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 creativethemeshq

    (@creativethemeshq)

    Hello @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

    (@hasanfachrul)

    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 creativethemeshq

    (@creativethemeshq)

    Hey @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.