Modify Default theme header image

These are the files you must edit and the edits themselves if you want to resize your header to 150px and use an image instead of the text/gradient.

***note*** The white ‘page’ and curved borders are not css, they are a image. Open kubrickheader.jpg and you’ll see. I selected the blue, cleared it, then adjusted the selection to raise the bottom selection up about 2 px for a cleaner look for the border.

This is my new *150px* image:

changes I’ve made:

STYLE.CSS
#header {
background-color: #73a0c5;
margin: 0 0 0 1px;
padding: 0;
height: 150px;
width: 758px;
/* height: 200px;*/
}

#headerimg {
margin: 0;
height: 150px;
width: 100%;
}

HEADER.PHP

<?php wp_head(); ?>
</head>
<body>
<div id=”page”>

<div id=”header”>
<div id=”headerimg”>

</div>
</div>
<hr />

***I recommend Programmer’s Notepad for editing, free, fast, featureful, easy to use.   Yes, featureful is a word, just check the Bectionary

0 Responses to “Modify Default theme header image”


  1. No Comments

Leave a Reply