interforo Active member Licensed customer Nov 12, 2020 #1 where do I change the breadcrumb separator?
P Paul B XenForo moderator Staff member Licensed customer Nov 12, 2020 #2 Add to the extra.less template: Less: .p-breadcrumbs > li:after { content: "\f104"; } Change the FA code to suit. Upvote 0 Downvote
Add to the extra.less template: Less: .p-breadcrumbs > li:after { content: "\f104"; } Change the FA code to suit.