Parent/Child Breadcrumbs

Hello, EthosCE Users.

We recently implemented our first parent/child relationship courses. My question is this: for child courses that people are enrolling in individually, have you found any way to suppress the parent course from the breadcrumb trail immediately below the top navigation buttons?

Thanks,
Laurie Isenberg
Life Chiropractic College West

Hi Laurie,

You can do this with CSS. This will hide the second item in the breadcrumb:

.breadcrumb a:nth-child(2) {display: none;}

Here is an example for targeting a single page.

And general instructions on adding CSS.

If you need help feel free to open a ticket.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.