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