thunderup Active member Licensed customer Jul 7, 2018 #1 How do you hide just the top breadcrumb with css now in xf2?
BassMan Well-known member Licensed customer Jul 7, 2018 #2 Add this to extra.less template: Code: .p-breadcrumbs { display: none; } .p-breadcrumbs.p-breadcrumbs--bottom { display: initial; } Upvote 0 Downvote
Add this to extra.less template: Code: .p-breadcrumbs { display: none; } .p-breadcrumbs.p-breadcrumbs--bottom { display: initial; }
thunderup Active member Licensed customer Jul 7, 2018 #3 interesting... thanks a lot @BassMan Upvote 0 Downvote