June 9, 2019 at 5:48 pm
#64195
Theme Horse Support Team
Keymaster
To show only title (show only end position of breadcrumb) please go to the Appearance > Customizer > Additional CSS and paste below custom css code:
#breadcrumb .trail-item:not(.trail-end) {
display: none;
}
Thanks