Expound theme—make the Header Menu fonts larger…

  • Unknown's avatar

    Is this possible?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    You can make some font and font size changes by going to Appearance > Customize > Fonts in your dashboard. From the font panel in the customizer, you can select new fonts and adjust the size.

    If you’d like to only change the font size in the navigation menu (without changing it in other parts of your theme), you can do that with Custom CSS.

    We have tips for getting started with CSS here:

    You can add this code in the CSS editor under Appearance > Customize > CSS in your dashboard to adjust the font size in the navigation menu in the Expound theme:

    .navigation-main a {
    font-size: 125%;
    }

    You can change the percentage in that code to make the font bigger or smaller, as you prefer. Please let me know how that goes. :)

    If you have other CSS questions, most of our CSS support is done in our CSS Customization forum here:

    https://en.forums.wordpress.com/forum/css-customization

    You can check that forum for CSS tips or post your questions, and the expert staff and volunteers there will help guide you to a solution.

  • The topic ‘Expound theme—make the Header Menu fonts larger…’ is closed to new replies.