Navigation menu text

  • Admin

    Syahir Hakim

    #15476

    sjf1971

    #15477

    thanks for the info…i’ve remedied the error messages i was getting by changing the validator.php file but i still cannot get the text smaller on my navigation bar using the code supplied…

    #header-menu > li {
    font: normal 18px arial;
    margin: 0 2px;
    }

    i’ve emptied my cache and placed the code in the custom css option in graphene options but it doesnt make the font smaller on my site ?

    Mod

    Kenneth John Odle

    #15478

    Try:

    #header-menu li {
    font: normal 18px arial;
    margin: 0 2px;
    }

    Ken

    Admin

    Syahir Hakim

    #15479

    Just a note: the default font size for the Primary Menu is 14px. To make it smaller, make sure you use a lower size value, like 12px.

    jcloonan

    #15480

    I’ve read through all of this, and while I’ve successfully changed the size of my header menus, I can’t seem to get them to be normal weight, rather than bold.

    Admin

    Syahir Hakim

    #15481

    Try this:

    #header-menu > li strong {
    font-weight: normal;
    }

    jcloonan

    #15482

    Thanks, that worked perfectly. The other thing I’d like to do is get rid of the down-arrow pointing to the submenus.

    Admin

    Syahir Hakim

    #15483
    #header-menu > li.menu-item-ancestor > a {
    background: none;
    padding-left: 10px;
    }

Viewing 8 posts - 11 through 18 (of 18 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.