Depending on the light/dark setup you choose this will either be white or black. You could alter both like this:
.fancy-heading.fancy-image.light-style h1,
.fancy-heading.fancy-image.light-style h3,
.fancy-heading.fancy-image.light-style #breadcrumbs,
.fancy-heading.fancy-image.light-style #breadcrumbs a,
.fancy-heading.fancy-image.light-style #breadcrumbs span,
.fancy-heading.fancy-image.dark-style h1,
.fancy-heading.fancy-image.dark-style h3,
.fancy-heading.fancy-image.dark-style #breadcrumbs,
.fancy-heading.fancy-image.dark-style #breadcrumbs a,
.fancy-heading.fancy-image.dark-style #breadcrumbs span {
color: red !important;
}