Site logo

Archived topic

side menu font size too small

4 replies · Started by Anonymous on December 9, 2014

Viewing posts 1–5 of 5

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

thanks.

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;
}

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.

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

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;
}
This archived topic is closed to new replies.