Adjusting Breadcrumbs Font Size
Closed this issue · 1 comments
hotforums commented
Hello,
Thanks for the new breadcrumbs feature.
Do you know the custom CSS that would allow me to adjust the breadcrumb font size?
It appears to naturally inherit the same font and font size as the single post and I don't see any option to change it from the settings.
Cordially,
Mathew
wpsmort commented
@techpuzzles This CSS works for me:
.aioseo-breadcrumbs {
font-size: 40px;
}