After updating the theme our CSS from the bread crumbs changed. We made it smaller earlier and now the font size is big again. We can’t find where to change this. Can you please assist.
We don’t see any old custom code on your site that globally manipulated the breadcrumb font-size, so we are unsure why it stopped working. However, you can try globally changing the breadcrumb text size using the following custom code:
body .yoast-breadcrumb {
font-size: 12px;
}
Add this code to the Global Custom CSS Area in Theme Settings and test it on your site. Let us know if you need further assistance.