Breadcrumb
Indicates the current page's location within a navigational hierarchy that automatically adds separators via CSS.
Bootstrap Breadcrumb documentationChanging the separator
Separators are automatically added in CSS through ::before
and content
. They can be changed by changing $breadcrumb-divider
. The quote function is needed to generate the quotes around a string, so if you want >
as seperator, you can use this:
It's also possible to use a base64 embedded SVG icon:
The separator can be removed by setting $breadcrumb-divider
to none
: