Hi
Checkout page breadcrumb. Do you know what CSS I need I would need to add to change breadcrumb font on this page.
I thought I had it covered with one of these.
/* BREADCRUMB Yoast Breadcrumb Checkout */
body.woocommerce-checkout .breadcrumbs {
font-size: 14px;
font-family: ‘Cormorant Infant’, serif;
text-transform: uppercase;
}
/* BREADCRUMB Yoast Breadcrumb Basket */
.woocommerce-cart .yoast-breadcrumb {
font-size: 14px;
font-family: ‘Cormorant Infant’, serif;
text-transform: uppercase;
}
/* BREADCRUMB Yoast Breadcrumb */
.breadcrumbs {
font-size: 14px;
font-family: ‘Cormorant Infant’, serif;
text-transform: uppercase;
}
/* BREADCRUMB Woo Breadcrumb */
.woocommerce-breadcrumb {
font-size: 14px;
font-family: ‘Cormorant Infant’, serif;
text-transform: uppercase;
}
Thanks
Scott