Hi there,
I have asked earlier about hot to remove blog’s name from the breadcrumbs and I received this css:
.single .x-crumbs-list .x-crumbs-list-item:last-child,
.single .x-crumbs-list .x-crumbs-list-item:nth-last-child(2) > span.x-crumbs-delimiter {
display: none;
}
Unfortunatelly, it doesnt remove the blog’s name, but the post’s title from the breadcrumbs. (post’s title is the last element). How to remove the blog’s title?
thank you.
beata