Title: Installing Logo
Last modified: August 20, 2016

---

# Installing Logo

 *  [EvenFlowMarketing](https://wordpress.org/support/users/evenflowmarketing/)
 * (@evenflowmarketing)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/installing-logo-1/)
 * I’ve reviewed some of the related threads on installing a logo and none have 
   gotten me where I need to be.
 * I’m using the “Statement” theme and the header.php is listed here:
 *     ```
       <div id="logo">
       <h1><a href="<?php echo get_settings('home'); ?>"><img src="http://www.elitehockeyworkouts.com/wp-content/uploads/2012/09/EHW_EliteHockey_LogoComps_2a-2_Page_2.png" /><?php echo $langblog;?></a></h1>
       </div>
       ```
   
 * Any help would be greatly appreciated it.
 * Thanks!
    [_No [bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping).
   If it’s that urgent, consider [hiring someone or](http://jobs.wordpress.net/)
   or asking on the [#wordpress IRC Channel](https://codex.wordpress.org/WordPress_IRC_Live_Help)._]

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [EvenFlowMarketing](https://wordpress.org/support/users/evenflowmarketing/)
 * (@evenflowmarketing)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/installing-logo-1/#post-3074360)
 * I’ve been trying to insert a custom logo onto my wordpress blog. I’ve tried to
   follow numerous Youtube videos as well as researched this on the forums here 
   with no luck.
 * I’m using the “Statement” theme by BlogOhBlog.com. I’ve gotten it to a point 
   where I have deleted the default logo in the header but can’t get my logo to 
   show up. ***Interesting Point*** When I hover over where the default image is
   the link is still active and will take me back to my home page.
 * My domain is [http://www.elitehockeyworkouts.com](http://www.elitehockeyworkouts.com).
 * Here’s where the “logo” is located in the code:
 *     ```
       <div id="wrapper">
       <div id="header">
       <div id="logo">
       <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?><?php echo $langblog;?></a></h1>
       </div>
       ```
   
 * And here’s the CSS for the logo section:
 *     ```
       #logo h1 a {
           background-attachment: scroll;
           background-clip: border-box;
           background-color: transparent;
           background-image: url("images/logo.gif");
           background-origin: padding-box;
           background-position: 0 0;
           background-repeat: no-repeat;
           background-size: auto auto;
           display: block;
           height: 63px;
           outline-color: -moz-use-text-color;
           outline-style: none;
           outline-width: medium;
       }
       ```
   
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/installing-logo-1/#post-3074367)
 * Are you trying to add the logo as an image on the page or as a background — they
   are not the same thing at all, but your html code is doing it the first way (
   not working obviously) and your CSS is trying to add it as a background image—
   not working either.
 * The easiest way to “replace” the default logo with yours is simply replace the
   default image (wherever it is located — perhaps images folder? Look at the file
   path) with yours – -be sure you use the exact same name and file type. Then you
   can use CSS to adjust the positioning.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/installing-logo-1/#post-3074368)
 * You might also want to clean up some coding errors on the page — as they may 
   be causing problems too:
 * [http://validator.w3.org/check?uri=http%3A%2F%2Fwww.elitehockeyworkouts.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.elitehockeyworkouts.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)
 * More info if needed:
    [http://codex.wordpress.org/Validating_a_Website](http://codex.wordpress.org/Validating_a_Website)
 *  [BradYang](https://wordpress.org/support/users/bradyang/)
 * (@bradyang)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/installing-logo-1/#post-3074370)
 * Having some trouble with loading pictures onto my front page website. Please 
   help. One question I have is does the photos have to be in HTML format. I have
   uploaded the photos into my portfolio and used the linked to place images to 
   where I wanted them to go, however, I still have yet to find images.
 * [http://www.junecare.com](http://www.junecare.com)
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/installing-logo-1/#post-3074371)
 * [@bradyang](https://wordpress.org/support/users/bradyang/) — you need to start
   your own thread. It does not work for two people to share a thread and your issue
   is totally different from the OP here. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Installing Logo’ is closed to new replies.

 * 5 replies
 * 3 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/installing-logo-1/#post-3074371)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
