Ticket for: Breadcrumb
0
Chun-Yen,Lai
How can I change the breadcrumb font by custom css?
2 Subscribers

Submit Answer
1 Answers
Best Answer
0

Welcome to our forum.
Yes, why not, please send me your page where you are displaying breadcrumb.
Regards
you can try following CSS to change font
.breadcrumb-container li a span {
font-family: "Open Sans";
}
Regards