Support » Theme: Hiero » Insert a logo in the header

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter antoniocarloslima

    (@antoniocarloslima)

    I managed to insert the image. Thank you!

    How did you do it?

    I’m wondering the same thing. Is there a plug-in that would work for this?

    I edit the header.php

    Find this:

    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    	<?php bloginfo( 'name' ); ?>
    </a>

    Replace with:

    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    	<img src="xxxx/logo.jpg">
    </a>

    Hope this help

    this way sucks for me
    how do I a make the header text not disappear and how to position my logo to the left?

    Theme Author athemes

    (@athemes)

    Can you please provide a link to your site vladaXdujke so we can see the problem?

    The truth is I did not really probably know my src or source to /logo.jpg
    Sorry I was not honest.
    But I would really like to know how to insert a logo into header and how to color swatch the theme.
    What do I put for xxxx in xxxxx/logo.jpg?

    I know how to obtain a location of a uploaded image on a page but it is all a tag and link and I saw that is not the solution. Can logo in Hiero theme header be clickable? – Just from quriosity!?

    Thanks athemes

    http://motonautickiklubsava.com/

    As you can see my site name disappeared and a logo showed up, not pixel optimized though.

    Is it possible to change the color of red in theme into sky blue and to have site title and logo in the same time?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Insert a logo in the header’ is closed to new replies.