[Resolved] side menu font size too small

Home Forums Support [Resolved] side menu font size too small

Home Forums Support side menu font size too small

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #53385
    john

    hi,
    I find that the side menu font size too small.
    how can I increase it?

    thanks.

    #53619
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Do you mean when you place the navigation in the right or left sidebar?

    If so, you can up the text size using our Typography add-on.

    You can also use CSS:

    .main-navigation a, .menu-toggle {
          font-size: 17px;
    }
    #218931
    Andrew

    I noticed when I add that CSS that it changes my hamburger toggle size as well. How can I change the slide out menu font size and have the icon the same.

    #218932
    Andrew

    Also, if there is a tutorial just dealing with the side menu, I’d love to see it!

    #218941
    Tom
    Lead Developer
    Lead Developer

    No specific tutorials for it, but if you have any questions just start a topic and I’ll be happy to help.

    As for your slideout menu item font size:

    .slideout-navigation .slideout-menu li a {
        font-size: 17px;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.