The Journalist background issue

  • Unknown's avatar

    After all these fancy new layouts, I felt like having sth really clean and pure, so I chose The Journalist. I cleaverly found (and stole) the css code for the header in one of these threads, however my problem is that this header is clickable. I know I am weird, but it disturbs me. Could it just me a normal, regular header that is not clickable?

    Any ideas are welcome.

  • Unknown's avatar

    Replace your current definitions with this:

    #container h1 {
    display:block;
    background:transparent url('http://vergiftet.files.wordpress.com/2009/01/journalist_header2.jpg') top center no-repeat;
    height:196px;
    width:965px;
    text-indent:-9000px;
    margin:20px 0 -20px;
    }
    
    #container h1 a {
    display: none;
    }

    HTH

  • Unknown's avatar

    Thank you very much, it works!

  • The topic ‘The Journalist background issue’ is closed to new replies.