Viewing 6 posts - 1 through 6 (of 6 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 1 year ago by JennyGr.
    • This topic was modified 1 year ago by JennyGr.
    • This topic was modified 1 year 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

    #1483782

    Hi this code works for the size of the breadcrumb trail but not for the left hand navigation. Is there nother code for that?

    #1483815

    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

    #1483982

    Fantastic, did the job thank you

    • This reply was modified 1 day, 7 hours ago by JennyGr.
    #1483985

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing Left Hand menu font size’ is closed to new replies.