• Resolved threethings

    (@threethings)


    Alright, around the navigation links there’s a gray line.
    I would like to be able to take this out, and if possible change the font size. I’m aware this is all in the code somewhere, and I’ve tried changing the colors to some, but it doesn’t seem to be working.

    Let me know if you need the code or you can see it on your comp.
    Thanks!

    http://thr33things.co.cc/

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you mean the border around the top nav links, try editing style.css and removing border:1px solid #ccc; from:

    #navigation li a:link, #navigation li a:visited {
    background:#000;
    border:1px solid #ccc;
    color:#979797;
    display:block;
    float:left;
    font-size:14px;
    margin-right:5px;
    margin-top:0;
    padding:3px 15px;
    }

    You can change the font size in the same block of CSS.

    Thread Starter threethings

    (@threethings)

    Looks good to me. Thanks.
    I can’t even begin to explain the amount of stuff I’ve learned.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Taking the border out around navigation/changing font size?’ is closed to new replies.