I have already
For example for the url “home/category-1/category-2/title-of-the-page” i would like to have the following breadcrumb category-1/category-2/ instead of home/category-1/category-2/title-of-the-page
I have already this in the custom css of my website:
.woocommerce-breadcrumb > a:first-of-type,
.woocommerce-breadcrumb span:first-of-type {
display: none;
}
What I should add? Could you write me the complete code of both things (hide home and hide title of the page from breadcrumb)?