Viewing 1 replies (of 1 total)
  • #site-title, #site-description { display:none; }
    added to style.css at the end, or in the respective styles.

    or edit header.php and totally remove this code:

    <div id="site-title"><span><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></div>
    
    				<div id="site-description"><?php bloginfo( 'description' ); ?></div>

Viewing 1 replies (of 1 total)
  • The topic ‘Moving My Header Banner Up’ is closed to new replies.