Title: Logo Issues with current theme..
Last modified: August 20, 2016

---

# Logo Issues with current theme..

 *  Resolved [Volectorus](https://wordpress.org/support/users/volectorus/)
 * (@volectorus)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/logo-issues-with-current-theme/)
 * I am a bit lost trying to find out how to replace the blog title text, with a
   logo on the top left. I looked at other answers on this board about inserting
   logos and they have not helped me with this theme.
 * The theme i am using is Shades of Gray by W3Wizards
    [http://wordpress.org/extend/themes/shades-of-gray](http://wordpress.org/extend/themes/shades-of-gray)
 * My site is
    [http://www.q5n.com](http://www.q5n.com)
 * I have my logo in the images folder of said theme already.
 * Can you help point me in the right direction? Thanks!

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

 *  [stepquick](https://wordpress.org/support/users/stepquick/)
 * (@stepquick)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/logo-issues-with-current-theme/#post-2249281)
 * What you will have to do is go to the theme editor.
 * Under the header.php, You should look for the a tag that has your website.
 * <span>
    < a href=”[http://www.q5n.com/&#8221](http://www.q5n.com/&#8221); title
   =”Q5N” rel=”home”>Q5N < / a > </span>
 * What you’ll need to do is replace the a tag with an image tag that has the image
   location as the source, let me know if you need more details. 🙂
 *  Thread Starter [Volectorus](https://wordpress.org/support/users/volectorus/)
 * (@volectorus)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/logo-issues-with-current-theme/#post-2249285)
 * There is no tag in header.php that has my website information, It Pulls that 
   info from other components of the site. If it helps you can download the theme
   and take a look at the header.php file
 *  [stepquick](https://wordpress.org/support/users/stepquick/)
 * (@stepquick)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/logo-issues-with-current-theme/#post-2249288)
 * `<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo('
   name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>`
 * That’s the one that needs to be replace with an img. Or did you want to keep 
   the title?
 *  Thread Starter [Volectorus](https://wordpress.org/support/users/volectorus/)
 * (@volectorus)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/logo-issues-with-current-theme/#post-2249292)
 * i dont want to keep the title. but would like the logo to be clickable to get
   back to the home site. not too sure what all i need to replace to accomplish 
   that
 *  [stepquick](https://wordpress.org/support/users/stepquick/)
 * (@stepquick)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/logo-issues-with-current-theme/#post-2249294)
 * Ohhh then what you need to do is:
 * `<a href="<?php echo home_url( '/' ); ?>"><img src="Location of your image"/>
   </a>`
 *  Thread Starter [Volectorus](https://wordpress.org/support/users/volectorus/)
 * (@volectorus)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/logo-issues-with-current-theme/#post-2249298)
 * got my image up, thx alot! I am glad to know where to look now.
 * just got to read a bit and figure out how to get it to fit properly

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

The topic ‘Logo Issues with current theme..’ is closed to new replies.

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [Volectorus](https://wordpress.org/support/users/volectorus/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/logo-issues-with-current-theme/#post-2249298)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
