Forums

adding a header of my own (4 posts)

  1. laurenjsummers
    Member
    Posted 2 months ago #

    I wanted to know how big the image could be for my own title. I also would appreciate some help as to how to change it out.

    my blog, http://thelittlegoat.com

    I want to put an image file where The Little Goat hyperlink is at the top. Any help is appreciated.

  2. esmi
    Member
    Posted 2 months ago #

    The image need to be no wider than 605px. Right now, your header doesn't have a specified height but appears to be around 200px high. Upload a suitable image - called header.jpg - to your theme's images directory. Then edit style.css and change:

    #content #header {
    border-bottom:1px solid #CCCCCC;
    margin-bottom:10px;
    }

    to

    #content #header {
    border-bottom:1px solid #CCCCCC;
    margin-bottom:10px;
    heght:200px;
    background:url(images/header.jpg) no-repeat top left;
    }
  3. inlanddrift
    Member
    Posted 2 months ago #

    hello i also need to add a header of my own to my website. will the solution above help with my site as well, or is that custom to thelittlegoat.com?

    here is my site www.inlanddrift.com/idrift

  4. esmi
    Member
    Posted 2 months ago #

    It's specific to the design on thelittlegoat.com.

    You need to replace the header.jpg file in your theme's images folder within an image 955px wide by 143px high.

Reply

You must log in to post.

About this Topic

Tags