To change mobile breadcrumbs color, you can use this code to Custom CSS box.
/* breadcrumb */
@media screen and (max-width:767px) {
.ProductItem-nav-breadcrumb {
display: block !important;
}
.ProductItem-nav-breadcrumb * {
color: #f1f !important;
}}