Breadcrumbs text color

Hello, last question for tonight, I promise!

Can we change the color of the breadcrumbs text displayed in the pages?

(eg, from white to orange)

Hello maria,

Please go to Appearance >> customize >> Custom CSS and JS >> Custom CSS box and add the cSS from below:

.breadcrumbs a {
color: orange;
}

.breadcrumbs {
color: orange;
}
The first one is for link and second is for static.

Thank you

So easy for the masters! thank you!