Title: Replace Theme Title with Logo Image
Last modified: August 21, 2016

---

# Replace Theme Title with Logo Image

 *  Resolved [curseten](https://wordpress.org/support/users/curseten/)
 * (@curseten)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/replace-theme-title-with-logo-image/)
 * I am trying to replace the theme’s title with an image. I have replaced the code:
 * `<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title
   ="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?
   php bloginfo( 'name' ); ?></a></h1>`
 * with
 * `<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel
   ="home"><img src="http://www.cursereview.com/wp-content/uploads/2014/07/cursereviewlogosm.
   png" style="float: left;" /></a></h1>`
 * but all I get is a broken image. I know I have to edit something else to get 
   it to show up but I do not know what. Thanks.
 * I figured out the problem. My child theme was not overriding the parent for some
   reason. The changes happened when I edited the parent.

Viewing 1 replies (of 1 total)

 *  Thread Starter [curseten](https://wordpress.org/support/users/curseten/)
 * (@curseten)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/replace-theme-title-with-logo-image/#post-5145259)
 * Now I just need to figure out why the child theme is not working.

Viewing 1 replies (of 1 total)

The topic ‘Replace Theme Title with Logo Image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/the-box/1.5.4/screenshot.png)
 * The Box
 * [Support Threads](https://wordpress.org/support/theme/the-box/)
 * [Active Topics](https://wordpress.org/support/theme/the-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/the-box/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/the-box/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [curseten](https://wordpress.org/support/users/curseten/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/replace-theme-title-with-logo-image/#post-5145259)
 * Status: resolved