Forums

[resolved] Taking the border out around navigation/changing font size? (3 posts)

  1. threethings
    Member
    Posted 2 years ago #

    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/

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

  3. threethings
    Member
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic