• Good afternoon, I am seeking for help to get rid of my company name to replace it with my logo image in the upper left corner of my webpage: https://www.eye4events.com. While doing research a while back, I found a gentleman who displayed his very visible logo on the twenty fourteen page, however I cannot find it. Please Help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Are you using a child theme or a custom CSS plugin?

    Thread Starter eye4events

    (@eye4events)

    I am using a Child Theme

    Then I’d suggest that you edit your child theme’s header.php template file and remove:

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

    Thread Starter eye4events

    (@eye4events)

    Once I remove it how can I display my logo in the corner? I do not want the 298×44 size image that is required; is there another way to display my logo? My issue is that I want it to be showcased.

    You could try changing:

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

    to:

    <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="full image url goes here" width="xx" height="yy" alt="<?php bloginfo( 'name' ); ?>" /></a></h1>

    but how good it looks initially will depend upon the size of the image you wish to use. So you may need to also add some additional custom CSS to tidy things up afterwards.

    Thread Starter eye4events

    (@eye4events)

    By using custom CSS to tidy up the image afterwards what is the code that is needed to do that… I am a beginner, I apologize!

    Thread Starter eye4events

    (@eye4events)

    Okay completed the second task, however the logo needs to be cleaned up. Which code is needed to fix this task?

    Thread Starter eye4events

    (@eye4events)

    Thank you for taking the time out of your day to help assist me with this issue! I REALLY appreciate it!! Also I would like to remove the text beneath the logo image how can I fix it?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Adding Creative Logo’ is closed to new replies.