Jump to content

Remove current page from breadcrumb?


Kirill N

Recommended Posts

Add to custom.css:

.ipsSubNavigation li:not(.ipsMenu_item):not(.ipsMenu_sep):last-child,
.ipsSubNavigation li:nth-last-child(2) .fa.fa-angle-right {
    visibility: hidden;
}

Now the problem with this method is that it will always remove the current page's breadcrumb. So there will be no breadcrumb on the home page. That's what you want, however? If so, this is better than editing templates.

Link to comment
Share on other sites

Add to custom.css:

.ipsSubNavigation li:not(.ipsMenu_item):not(.ipsMenu_sep):last-child,
.ipsSubNavigation li:nth-last-child(2) .fa.fa-angle-right {
    visibility: hidden;
}

Now the problem with this method is that it will always remove the current page's breadcrumb. So there will be no breadcrumb on the home page. That's what you want, however? If so, this is better than editing templates.

This exactly what I wanted, thank you so much. 

One thing though... this also removes the "More" dropdown menu with Activity Stream, Staff. etc. Any idea why?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...