Product title remove from breadcrumb.
-
Hello, is it possible to remove product title from breadcrumbs?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.single-product .wd-breadcrumbs>:is(span,a):last-child {
display: none;
}
Best Regards.
Thanks,
Is it possible to remove last ”/” like in image?
Attachments:
You must be
logged in to view attached files.
Hello,
Please share the page URL so that I can check and assist you accordingly.
Best Regards,
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.single-product .wd-breadcrumbs .wd-delimiter:nth-child(6) {
display: none !important;
}
Best Regards,