I have been researching ways to adjust the Breadcrumb Navigation settings and I am currently stuck on this. Could some please give some advice or direction on this?
Here is my scenario: Our page is setup to display Breadcrumbs in the following format:
< Back I Home > Admin Dashboard
Custom Styles CSS input:
: /* ************************************** */
/* Makes the 'breadcrumb bar' a gradient. */
/* ************************************** */
/* doc-layout-breadcrumbs .breadcrumbs {
background-image: linear-gradient(45deg,#0068D9 0%,#333333 20%)!important;
} */
doc-layout-breadcrumbs .hierarchical-breadcrumbs ui-icon {
margin-right: 10 px;
It has been requested to extend the Breadcrumb Trail to show all steps the user took to get to the current page.
For example, <Back I Home > Page 1 > Page 2 > Page 3
Any assistance is greatly appreciated.