Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi keeperbay,
    delete this line (29 and 30) in the header.php:

    <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
    <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>

    and replace with this:

    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="your-logo-url" alt="Logo"/></a>

    CrestaProject

    Thread Starter keeperbay

    (@keeperbay)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo Image?’ is closed to new replies.