Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Mark,

    Change this:

    header.tc-header {
        background: none repeat scroll 0 0 white;
        border-bottom: 10px solid #E9EAEE;
        border-top: 5px solid black;
        min-height: 45px;
    }

    To this:

    header.tc-header {
        background: none repeat scroll 0 0 white;
        border-bottom: none;
        border-top: 5px solid black;
        min-height: 45px;
    }

    That should do it. I hope that helps!

    Thread Starter Mark

    (@lupulist)

    Thanks so much Robert!

    Thread Starter Mark

    (@lupulist)

    Do you know of a way to get the my “Questions or Comments? About the Author” to move over to the right, but stay the same height? I want to get them in-line with the “Search For:” bar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Want to get rid of the grey box (now a line) in my header’ is closed to new replies.