Hide the leading sections of the breadcrumb
bhockensmith
Registered Users Posts: 265 Major grins
How do I go about removing the first few sections of a breadcrumb. I'm not talking about just collapsing it with the DISPLAY FULL BREADCRUMB set to OFF either. I don't want people to be able to navigate back so far. There was customization code previous used to hide the leading sections.
0
Comments
http://www.thomasroper.com
/* Hide all but last section of breadcrumb */
.sm-breadcrumb+.sm-breadcrumb::before,
.sm-breadcrumb a,
.sm-fonticon-Home:before {
display: none;
}