HI I’ve been changing my website fonts and can’t work out how to change my left hand navigation and the breadcrumb trail font size which are small.
Can you help?
Many thanks
Hey JennyGr,
Thanks for the link to your site, it looks like you have some custom css that is setting the size:
.breadcrumb-trail {
font-size: 16px !important;
}
Try to find this and adjust to suit. The !important; in the css overrides the theme settings.
If you didn’t have this css you could use the Enfold Theme Options ▸ Advanced Styling ▸ Breadcrumbs to adjust the font size.
Best regards,
Mike