Viewing 4 replies - 1 through 4 (of 4 total)
  • Your best bet is to add something such as the following to the end of your style sheet in your theme:

    #menu a {font-size: 1.3em; }

    [signature moderated Please read the Forum Rules]

    Thread Starter edtrost

    (@edtrost)

    Tried your suggestion, Joe..nothing seemed to change.

    edtrost,

    It seems you almost have it. Line 302 of your stylesheet add: font-size: 20px; (or whatever size you would like )

    Example:

    #menu a {
       background: url(img/navigation.png) no-repeat left -150px;
       color: #FFF;
       font-size: 20px;
       font-weight: bold;
       line-height: 40px;
       padding: 0 8px 0 10px;
       text-shadow: 0 1px 0 #555;
       }
    Thread Starter edtrost

    (@edtrost)

    That worked, doc4. Thank you so much!

    One other question..when I click on one of the sub-links when the page of that link comes up so does the title..so, as an example, if you click on About, when the About page comes up About appears in upper left corner. How would I change the font size and color of that About? (Obviously, it would change it for all the pages, which is OK)

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change font size of sub-links’ is closed to new replies.