Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #5980

    Khadizah H
    Participant

    Hi there,

    Is it possible to make a different font size for the menu, something like this http://www.littlepalmisland.com/

    I am currently using the Renew 4 Layout.

    Thanks!

    #5999

    Kory
    Keymaster

    Hey Khadizah,

    If you are trying to update the font size of the links in your navigation, you can do so under the Typography section of the Customizer. If you’re wanting to update the font-size of your sub-menu items, the following CSS will do so:

    .sub-menu {
      font-size: 14px;
    }

    Additionally, if you have not yet done so, please take some time to read through our documentation and watch our video tutorials as they tend to answer most questions like this.

    Thanks!