Sorry for my English.
I tried to ask a question – Remove “Trail-End” from Breadcrumbs?
/** Breadcrumbs **/
.trail-end span,
li.trail-item.trail-end::after {
display: none;
}
This code doesn’t work for li.trail-item.trail-end::after
How to hide the end_separator ” > “?
Home > Page1 > Page2 >
Thank you in advance!