this is the css code of the header part:
/*display:none*/
#header {
background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/spring_flavour/header_bg.jpg”)
no-repeat bottom center;
height:225px;
padding:0 0 0 18px;
}
#header h1 {
/*display:none; This will hide the text in your header */
padding-top:50px;
}