Viewing 2 replies - 1 through 2 (of 2 total)
  • goodtakeaway,

    You could swap out the kubrickheader.jpg in the images folder with your own image then alter the CSS below to reflect the new .jpg name:

    #header {
       background:#73A0C5 url(images/MYFILENAMEHERE.jpg) no-repeat center bottom;
       }

    Finally, remove this line from index.php:

    <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    Thread Starter goodtakeaway

    (@goodtakeaway)

    Thanks for the fast reply doc4.
    I will try that in the morning.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding your own logo/header’ is closed to new replies.