Title: Removing flame from header
Last modified: August 19, 2016

---

# Removing flame from header

 *  [theeworkerbee](https://wordpress.org/support/users/theeworkerbee/)
 * (@theeworkerbee)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/)
 * I’m trying to remove the flames on either side of the header text. I tried to
   delete the png files but then it showed empty image boxes in the header. I then
   tried to edit the header php to remove the related css language directing to 
   said images, same thing. Help?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061746)
 * as this seems to be a css issue,
    please post a link to your site to illustrate
   your problem.
 * not many members will have this particular theme installed or will be familar
   with it.
 *  Theme Author [James Laws](https://wordpress.org/support/users/jameslaws/)
 * (@jameslaws)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061800)
 * In header.php replace
 * `<img src="<?php echo get_template_directory_uri(); ?>/images/lt-flurl.png" alt
   ="wispy image" />" title="<?php echo esc_attr( get_bloginfo( 'name', 'display'));?
   >" rel="home"><?php bloginfo( 'name' ); ?>`
 * with
 * `" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="
   home"><?php bloginfo( 'name' ); ?>`
 *  Theme Author [James Laws](https://wordpress.org/support/users/jameslaws/)
 * (@jameslaws)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061801)
 * Wow! I can not get this comment to post corectly. Basically, remove the img tags
   completely from what I think is line 54 of header.php.
 * I am also actually working on a new version that will give you the option of 
   either replacing these images or at the very least disabling them.
 *  Thread Starter [theeworkerbee](https://wordpress.org/support/users/theeworkerbee/)
 * (@theeworkerbee)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061804)
 * Hi James,
 * I’m a bit confused (what else is new). But I tried what you said and it resulted
   in my site title appearing like so:
 * ” title=”My Bloggidy Blog Blog” rel=”home”>My Bloggidy Blog Blog
 * (my bloggidy blog blog is not my actual website; I’m not that lame. I created
   a secondary site so I can play with the CSS before putting this theme on my actual
   site)
 * Any idea when the new version will be ready?
 *  Theme Author [James Laws](https://wordpress.org/support/users/jameslaws/)
 * (@jameslaws)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061807)
 * I hope to have the new version complete by tomorrow but not sure when the repository
   will be updated.
 * The actual code should be `<a href="<?php echo home_url( '/' ); ?>" title="<?
   php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php 
   bloginfo( 'name' ); ?></a>`
 *  Theme Author [James Laws](https://wordpress.org/support/users/jameslaws/)
 * (@jameslaws)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061808)
 * Replace what you did with that and you should be all good.
 *  Thread Starter [theeworkerbee](https://wordpress.org/support/users/theeworkerbee/)
 * (@theeworkerbee)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061813)
 * That did the trick!
 *  Theme Author [James Laws](https://wordpress.org/support/users/jameslaws/)
 * (@jameslaws)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061814)
 * Glad to hear it. If you have any other question just post start a new ticket 
   like this one. I hope you like the site and new features are coming. 🙂
 *  Thread Starter [theeworkerbee](https://wordpress.org/support/users/theeworkerbee/)
 * (@theeworkerbee)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061837)
 * James, I’ve sent y’all an email to explore retaining your services. Look forward
   to hearing from ya!
 *  Theme Author [James Laws](https://wordpress.org/support/users/jameslaws/)
 * (@jameslaws)
 * [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061840)
 * If that was the email from “sableverity”, I will be responding shortly and I 
   look forward to the discussion.
 * If that wasn’t you and than it appears I didn’t receive your message. 🙂

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

The topic ‘Removing flame from header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/distinction/1.2/screenshot.png)
 * Distinction
 * [Support Threads](https://wordpress.org/support/theme/distinction/)
 * [Active Topics](https://wordpress.org/support/theme/distinction/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/distinction/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/distinction/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [James Laws](https://wordpress.org/support/users/jameslaws/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/removing-flame-from-header/#post-2061840)
 * Status: not resolved