Results 1 to 3 of 3

Thread: Category Navigation css

  1. #1
    Thread Starter
    Member egghead's Avatar
    Join Date
    Aug 2009
    Posts
    62
    Thanks
    0
    Thanked 1 Time in 1 Post

    Category Navigation css

    Hi.
    I want to increase the font size of the navigation on the home page (the categories: latest listings, buy & sell etc) I think they get drowned out by the Search and Post bar.
    I'm not highly experienced working with css, but have done a bit.
    I can't find any line that contains font size, other than for the header. Nothing for body or navigation. I'm guessing it must be in there. Is it? Is it listed as something other than "font size"?
    A little help with this would be great.
    ... standing on the shoulders of giants

  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: Category Navigation css

    If you edit the master.css file you can change this. Look for the following and change the font-size.

    Code:
    #catnav li {
    font-size:12px;
    font-weight:bold;
    }

  3. #3
    Thread Starter
    Member egghead's Avatar
    Join Date
    Aug 2009
    Posts
    62
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: Category Navigation css

    Thanks.
    Master css! Thanks a bunch. So simple, but when you're a relative newb, the simple is sometimes overlooked or forgotten.
    Changed the font size and I think it looks a bunch better. Now my heads not so scrambled.
    ... standing on the shoulders of giants

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I think the heavy Classipress in navigation ...
    By dandra in forum ClassiPress General Discussion
    Replies: 5
    Last Post: June 30th, 2009, 10:56 AM
  2. Empty Categories doesnt show up on Navigation bar.
    By shightouch in forum ClassiPress General Discussion
    Replies: 1
    Last Post: June 3rd, 2009, 01:46 PM