• Resolved kreativito

    (@kreativito)


    Is it possible to place a small image / logo on the left top side ?

    – Instead of the text ?

    Would be cool ?

    thx

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi kreativito,

    There’s no built in support for it, but you accomplish it by replacing the following code in header.php:

    <h1 class="blog-title">
    <a href="<?php echo esc_url( home_url() ); ?>" title="<?php echo esc_attr( get_bloginfo( 'title' ) ); ?> &mdash; <?php echo esc_attr( get_bloginfo( 'description' ) ); ?>" rel="home"><?php echo esc_attr( get_bloginfo( 'title' ) ); ?></a>
    </h1>
    
    <h3 class="blog-description"><?php echo esc_attr( get_bloginfo( 'description' ) ); ?></h3>

    …with an image tag wrapped in a link to the homepage.

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