Singal product page breadcrumb remove
-
1. Singal product page center breadcrumb remove
Mobile view only
2. Desktop view singal product page last breadcrumb remove (product name remove)
Attachments:
You must be
logged in to view attached files.
Hello,
1. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.single-product nav.woocommerce-breadcrumb a:nth-child(2) {
display: none;
}
2. Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last {
display: none;
}
Best Regards