Results 1 to 2 of 2

Thread: CSS question

  1. #1
    Thread Starter
    Amateur
    Not a Verified Customer
    magnusshaw's Avatar
    Join Date
    Sep 2009
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    CSS question

    Looking for a CSS fix. I just want to reduce the point size of the main navigation text links at the top left of the page. I'm sure it's very easy but I cannot find the correct refernce in the CSS. Any suggestions, please?

    M

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: CSS question

    It actually inherits the body font size in the css. If you want to make it smaller, you'll have to edit master.css and add

    Code:
    font-size: 10px;
    or whatever size you want to the #nav li

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)