To remove arrow (>) from Breadcrumbs on Product Detail.
You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or send me an email.
span.ProductItem-nav-breadcrumb-separator {
visibility: hidden;
}
Result