Header image is controlled in the header.php file. Your current code is:
body { background: url("https://www.thebigtimer.com/wp-content/themes/mx4_theme/images/kubrickbgcolor.gif") fixed center top; }
#page { background: url("https://www.thebigtimer.com/wp-content/themes/mx4_theme/images/kubrickbg.gif") repeat-y top; border-left: 1px solid #1F3851; border-right: 1px solid #1F3851;}
#header { background: url("https://www.thebigtimer.com/wp-content/themes/mx4_theme/images/kubrickheader.jpg") no-repeat bottom center; }
#footer { background: url("https://www.thebigtimer.com/wp-content/themes/mx4_theme/images/kubrickfooter.jpg") no-repeat bottom; border: none;}
Change the #header info and you’ll solve that problem. Just change the file name to whatever you’re wanting to use as your header graphic.
The other question I thought was controlled by the header-image div. And possibly in the options panel of the admin area.
EDIT –
yeah, the name at the top is controlled by the h1 tag in the headerimg div.
`</head>
<body>
<div id=”page”>
<div id=”header”>
<div class=”headerimg”>
<h1>The Big Timer</h1>
<div class=”description”></div>’
You can delete the div…or better yet comment it out so that it doesn’t show up.
Hope that helps.