How do I change the header so it's different from the static page?
How do I change the header so it's different from the static page?
in your style css you will find this
#header {
height:130px;
margin:0 auto;
padding:50px 0 0 30px;
text-align:left;
width:900px;
You should be able change unless your functions.php file controls the size like twenty ten does.
But I don't want to change the size I want the change the image. I have one image for the static page and I want a different image on the rest of the pages.
You must log in to post.