• 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, https://thelittlegoat.com

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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;
    }

    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 https://www.inlanddrift.com/idrift

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘adding a header of my own’ is closed to new replies.