• for my online resume, :http://www.allencolucciandross.com/blog/, I’m trying to edit the header so there’s an image I created. I’ve looked at this page: http://codex.wordpress.org/Designing_Headers but I’m not sure how to go about editing the header. The theme I’m using: thematic doesn’t seem to have:

    <div id=”header”>
    <div id=”headerimg”>
    <h1>
    “>
    <?php bloginfo(‘name’); ?>

    </h1>
    <div class=”description”>
    <?php bloginfo(‘description’); ?>
    </div>
    </div>
    </div>

    so I’m not 100% sure where in the header I would edit the line or how I would add the line. Can anyone give me any advice on how I would make it so that I can have a background image embedded in the header area?

    Thanks

Viewing 1 replies (of 1 total)
  • Hi kujoe2002,

    Thematic is a very unique theme as it is almost completely php. What you need is in the CSS, and you can copy-and-paste background:url(images/image_filename); into the part that says #header {}. You can play with the height etc. to make it look just right depending on the size of the image. If your image is 150px tall, then put height:150px; into your header’s CSS

Viewing 1 replies (of 1 total)

The topic ‘editing header image on thematic theme’ is closed to new replies.