• Hi everyone,

    Just wondering if anybody could tell me how to change the size of the text within the custom menu on 2010 Weaver?

    I’ve managed to customise my WP blog to almost match my website, but the font in the menu is way too small! I tried the usual html / css codes for changing text size and none seem to work!

    Any help would be much appreciated!!! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Did you look at the Snippets section of the admin page? There are instructions there in Header #7. Also, in Weaver 1.5, this is very easy to do by adding a CSS rule to the Menu Text option.

    Hi SamDoll,

    I’ve also tried the normal CSS and am not having any luck.

    Currently, I have
    #access {font-size:30px;font-weight:bold;line-height:35px;margin-bottom:5px;}

    It does nothing to my font size when I change the font-size and line-height pixel counts.

    Did you have any luck solving this one?

    Try this in the stylesheet:

    /* =Menu
    ————————————————————– */

    #access, #access2 {
    background: #000;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
    }
    #access .menu-header, #access2 .menu-header,
    div.menu {
    font-size: 20px;
    margin-left: 12px;
    width: 928px;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How To Change Menu Text Size in 2010 Weaver?’ is closed to new replies.