Custom Header in The Journalist

  • Unknown's avatar

    Just wanted to share that the information contained here to add a custom, clickable header in CSS works in The Journalist theme in case anyone is interested. I used the same height as in the link but increased the width to 950, to match the width of the theme. The code:

    #container h1 a {
    	display:block;
    	text-align:left;
            background:url('http://XXXXXXX') top center no-repeat;
    	height:147px;
    	width:950px;
    	text-indent:-9000px;
    }

    Hopefully others will find this useful.

  • The topic ‘Custom Header in The Journalist’ is closed to new replies.