• I’m REAL new to wordpress, and pretty much any back end coding type stuf in general.

    How would I go about changing the stock header on the defalt template from the blue gradient to a custom .jpg or .gif – whatever.
    I open up the header.php and I can’t make any sense of the code and whatnot.
    Is there a simple way to slash a bunch of the code and insert an image source?
    Any and all help is apppreciated
    Thanks
    Doug

Viewing 1 replies (of 1 total)
  • It’s in the style.css file.

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

    Make sure the dimensions of your new header match those of kubrickheader.jpg (or at least will fit the space), and that your new header goes in the same directory (or correct the path) and you should be set.

Viewing 1 replies (of 1 total)
  • The topic ‘Beginner: Changing the header’ is closed to new replies.