Archived topic
Yoast Breadcrumbs - can I change font size somehow?
3 replies · Started by Clare on April 16, 2018
Hi there,
after looking through this forum and a couple of false starts, I have managed to ask GP Hooks to kindly display my breadcrumbs that Yoast creates for me, with the conditional php stuff that puts these crumbs on single pages only. So far, so good.
Is there any way of making the size of the breadcrumb font slightly smaller than my regular font size? Or even put it in a different font?
I'm reeeeeealy non-techie, I don't have a child theme (no idea how to!) and am prone to breaking the unbreakable :)
Thank you!
Clare
Hi Clare,
Your site is looking great!
Try this CSS:
#breadcrumbs {
font-size: 14px;
padding-bottom: 15px;
}
Let me know :)
Thank you Tom!
I put that in my Simple CSS plugin I assume?
My site is a work in progress... thank you for your kind words.:)
Clare
Yup Simple CSS should work :)