File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -496,10 +496,11 @@ h6, .td-content h6 {
496
496
}
497
497
}
498
498
499
- ol .breadcrumb :before {
500
- content : " 🏠︎" !important ;
501
- color : grey ; filter : grayscale (100% );
502
- margin-right : 10px ;
499
+ ol .breadcrumb li {
500
+ font-size : 13px ;
501
+ }
502
+ ol .breadcrumb li :not (:first-child ):before {
503
+ content : " >" !important ;
503
504
}
504
505
505
506
.td-sidebar-nav__section.nav-item.dropdown {
Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ params:
230
230
# User interface configuration
231
231
ui :
232
232
# Set to true to disable breadcrumb navigation.
233
- breadcrumb_disable : true
234
- taxonomy_breadcrumb_disable : true
233
+ breadcrumb_disable : false
234
+ taxonomy_breadcrumb_disable : false
235
235
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
236
236
navbar_logo : true
237
237
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
You can’t perform that action at this time.
0 commit comments