I’m using GP Premium and Yoast SEO (hook) and need to know how I can change the colour and font size of the breadcrumbs so they can be in tune with the web design.
/* Link Color */
#breadcrumbs a {
color: #f00;
font-size: 15px;
}
/* current static color */
#breadcrumbs span {
color: #00f;
}
/* Font size */
#breadcrumbs a,
#breadcrumbs span {
font-size: 15px;
}
I have split the CSS so you can set links differently to the current post item