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
Hi this code works for the size of the breadcrumb trail but not for the left hand navigation. Is there nother code for that?
Hi,
Try to use this css code to adjust the font size of the menu items inside the nav widget:
#top .widget_nav_menu li {
font-size: 16px;
}
Best regards,
Ismael
Fantastic, did the job thank you
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike