This topic has 4 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
Hi is it possible to remove ”home” in the breadcrumb? it looks strange.
Hello,
You may add this code in Theme Options > Styling > Custom css:
.breadcrumbs #breadcrumb{
display: none;
}
Regards
it works, thank you! but at the products page it is still there https://gyazo.com/af63b822c071d2ee3f6b72624e628b82
Please change previous code to
.breadcrumbs #breadcrumb, .archive .woocommerce-breadcrumb {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up