• Resolved Mr_Christopher

    (@mr_christopher)


    Ok, I have been following the help documentation and I am a reasonably bright guy, I work in IT so I am not totally dense, but man oh man I am not doing a good job of changing the header jpg. I am using the default theme template. Within the help guide I see where you can use a utility called Kubrickr that will do it for you. The trouble is you have to use a photo on flickr and not a photo from your own site (or own computer).

    Is there another utility out there that will make changing the default header jpg easier than modifying the header.php file, ideally one that I can use a photo from my own site or computer?

    Thanks
    Chris

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can change it in style.css and add your own image in the /images folder.

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

    Just a tip, rename the theme folder from “default” to something else, so you don’t lose customizations every time you upgrade.

    Thread Starter Mr_Christopher

    (@mr_christopher)

    Thanks, I have been trying that and pretty much blowing everything up. I may hold off changing the default banner or keep trying to find a utility that will do it.

    Also, if I rename the “default” folder won’t that break other internal links that look for that name? I can see why that is a good idea I just want to know what fallout might come from it.

    Thanks again for your help

    Chris

    @ Chris – Make a duplicate of the default theme, and then rename it. This way, you can always revert to the original default for troubleshooting, but keep any changes you have made to your customized theme. On each upgrade the default directory is written over, and you would lose your changes.

    To have the new name appear in your Dashboard –> Appearance, change the name also in style.css

    Theme Name: WordPress Default
    to
    Theme Name: Your new theme name

    Activate it in “Appearance”. It won’t break things. It’s just like downloading and trying a different theme.

    Maybe this can help you about changing the header image of your “new” default theme
    http://codex.wordpress.org/Designing_Headers#Changing_the_Header_Image

    Taking these as an example of customization, you can use the original header image, and put your image in place of the blue background with some image editor…
    http://www.digitalwestex.com/gallery/thumbnails.php?album=2

    even better, see this tutorial!
    http://www.aetas.dk/archives/8

    Thread Starter Mr_Christopher

    (@mr_christopher)

    That did the trick, thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I change the default banner/jpg?’ is closed to new replies.