• Resolved William Speruzzi

    (@wsperuzzi)


    I would like to change my header so I only have the title that I created in Photoshop, getting rid of the title link that is laying over it.

    Also, there is a slight border at the very top of the page I would like to remove too.

    You can see my blog here.

    Thanks for the help all.

    William

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter William Speruzzi

    (@wsperuzzi)

    I did try changing the CSS code with display:none; but it got rid of the entire header including what I created. Below is what the code looks like, hopefully someone can please give me a hand. Much thanks.

    /********
    * Header
    */

    #header {
    background:#414a51 url(‘images/tsa.png’) no-repeat top center;
    font: 1.6em Georgia, Times, serif;
    text-align: center;
    }

    #header #rays {
    background: transparent url(images/page_back.gif) bottom left repeat-x;
    }

    #header h1 {
    display:none;
    margin: 0;
    padding: 36px 0 2px 0;
    font-weight: normal;
    /*background: transparent url(images/rays.gif) bottom center no-repeat;*/
    }

    #header h1 a {
    text-decoration: none;
    color: #b5d6df;
    }
    #header h1 a:hover {
    color: #ddffff;
    text-decoration: underline;
    }

    #header p {
    padding: 7px 0;
    margin: 0;
    font-style: italic;
    font-size: 0.8em;
    background: #3d444b;
    }

    Thread Starter William Speruzzi

    (@wsperuzzi)

    Got it to work by inserting display: none; in #header h1 and inserting a homemade header myself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Adjustments’ is closed to new replies.