Edit breadcrumbs to remove home and shop and change separator to >
-
I would like to:
1. Edit the breadcrumbs to remove “Home > Shop” such that it ony shows Product | Product Name
2. Edit the separator from | to >
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-breadcrumb a:after {
content: ">";
margin-left: 5px;
}
It is not possible to change the breadcrumbs in the way you describe.
Best Regards
“It is not possible to change the breadcrumbs in the way you describe.” – What does this mean? It is not an actionable response to my question
The CSS provided does not work
Hello,
The breadcrumbs take the page titles. If you want to change Home > Shop just change the page titles. At the same time, it is not possible to change the breadcrumbs without changing the titles.
Please provide your site admin access I will check the code.
Best Regards