• Hi team,

    Looking at the breadcrumb structure I noticed that my breadcrumb structure on pages is Home -> Main category name -> category name, and that is fine.

    My Category pages are displaying Home -> Blog -> Category name

    Is it possible to remove “blog” from category pages, so that I have “Home” -> “Category name” on Category pages?

    Thanks

Viewing 1 replies (of 1 total)
  • Hi @k1d0,

    Sorry for the delay.

    Please try the following CSS

    .category .ast-breadcrumbs .trail-items li:nth-child(4n-1) {
        display: none;
    }

    I hope it helps.

    Kind regards,
    Herman 🙂

    P.S. We recommend reaching out to us through our Support Portal for faster and quicker help and resolution as mentioned here.

Viewing 1 replies (of 1 total)

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