need to customize size of navigation links

  • Unknown's avatar

    I can’t seem to add CSS that will make the navigation menu links larger. They are WAY TOO SMALL! help

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

  • Unknown's avatar

    Hello @linquiry

    To enlarge font size of the navigation menu links, add the following CSS code to your CSS editor in your website’s Dashboard.

    .main-navigation li {
        font-size: 1.2em;
    }

    You can play around with the font size by changing the number 1.2em to a bigger or smaller value to meet your desired size.

    I hope this helps :)

  • The topic ‘need to customize size of navigation links’ is closed to new replies.