• dickrichards

    (@dickrichards)


    Seems like changing the blue header background is not just as simple as adding personalheader.jpg to the images folder (silly me). What else do I need to do?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Kafkaesqui

    (@kafkaesqui)

    You need to remove the comment tags from around the #headerimg declaration (so it’s no longer a comment, but a *command*); edit the header.php file for the default theme so that these three lines:

    /*
    #headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/images/personalheader.jpg') no-repeat top;}
    */

    is just one line:

    #headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/images/personalheader.jpg') no-repeat top;}

    webwide

    (@webwide)

    couldn’t you also just replace the “kubrickheader.jpg” file in the /default/images folder?

    Thread Starter dickrichards

    (@dickrichards)

    Yes! Removing the comment tags did it. Thanks for helping out an html-challenged newbie!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the blue blob background’ is closed to new replies.