treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Help with the Personal Homepage download

  • Hello everyone!

    I have installed the personal homepage download onto my wordpress site, and for the life of me, I can't figure out how to get the header to work properly.

    I have an image all set and ready to go with my name, etc... but I'm not sure where to put it.

    Here is my website as it stands now:

    http://www.stacyjillontheweb.com/

    Help! :)

    Thanks!

    Stacy Jill
  • In the style.css file, you'll see this:

    h1#logo {
    background:transparent url(images/yourname.png) no-repeat scroll left top;
    float:left;
    height:33px;
    margin:0 10px 8px 0;
    text-indent:-9999px;
    width:288px;
    }


    You should replace the image file that references with your own custom image, and then adjust the height and width according to your new image.

    Good luck!
  • Thank you so much! :)