Hi,
Is it possible to remove the “home” from the beggining of the breadcrumbs?
Now everey breadcrumbs starts with the “home”.
I would like to skip it.
Thank you,
Zsolt
Hey brandworld!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
.breadcrumb-trail > span:nth-child(2), .breadcrumb-trail > span:nth-child(3) {
display: none !important;
}
Cheers!
Elliott
Hi Elliot,
thank you for your answer, it works fine.
Zsolt