Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1439946

    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

    • This topic was modified 3 months, 1 week ago by JennyGr.
    • This topic was modified 3 months, 1 week ago by JennyGr.
    • This topic was modified 3 months, 1 week ago by JennyGr.
    #1439976

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.