Hello,
Goto appearance>>customize>>custom css and use code given below:
.page-template #title .pagetitle h1 font {
color:black !important;
}
.page-template #title ul.breadcrumbs li a span font, li.current:before{
color:black !important;
}
.page-template #title.light .breadcrumbs li+li:before {
color:black !important;
}
Refer: https://www.screencast.com/t/CkDWzHAeD4v
Thanks,