• Hi everyone, newbie wordpresser here. I’m running wordpress locally on my computer to work on it, so my site isn’t up anywhere yet, but perhaps someone can at least point me in the direction I need to go. I am using the 2010 wordpress theme, and a custom menu as my horizontal page navigation. I cannot for the life of me find out what controls the font-size of the menu. I’ve looked and added font-size: statements to different parts of the menu section in the .css, and have also tried the widget section. Nothing seems to make a difference. Can anyone point me in the right direction? Thanks in advance for your help,
    -Andrew

Viewing 1 replies (of 1 total)
  • Hi Andrew,

    In the twentyten theme, the navigation menu is #access.

    The line that you want to look for is:

    #access .menu-header, div.menu {
        font-size: 13px;
    }

    You can change the font size noted there.

    Hopefully that’s what you were looking for.

Viewing 1 replies (of 1 total)
  • The topic ‘changing font size of custom menu, can't find it anywhere!’ is closed to new replies.