Title: Removing image
Last modified: August 21, 2016

---

# Removing image

 *  [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * (@jason-bengiat)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/)
 * My website is at [http://www.incentivesthinktank.org/](http://www.incentivesthinktank.org/).
 * I’m working with the Food and Diet theme at [http://wordpress.org/themes/food-and-diet](http://wordpress.org/themes/food-and-diet).
   This is a wonderful theme!
 * How can I remove the image (with the banana in the circles to the left of the
   word FoodDiet) in the upper left corner of the page? I’ve never edited a theme
   before, but if someone told me which piece of code to delete, I could probably
   press Ctrl + F, find the piece of code, and delete it. Is the piece of code I
   need to delete in the header.php template?
 * Thank you.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/removing-logo-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/removing-logo-2/page/2/?output_format=md)

 *  Thread Starter [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * (@jason-bengiat)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824501)
 * Should I just delete <?php echo fd_theme_options( ‘logo’ ); ?>?
 *  [Pete](https://wordpress.org/support/users/pchoppin/)
 * (@pchoppin)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824504)
 * Hi Jason
 * This is a logo image and it is easy to remove it by adding a CSS style like this…
 * display:none;
 * This would be placed in the img element. Also, if the theme has a custom CSS 
   available, you should place it there.
 * Make sure to make these modifications to a child theme.
 * Please let me know if you need further assistance.
 * Thank you,
 * Pete
 *  Thread Starter [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * (@jason-bengiat)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824506)
 * Pete,
 * Thank you. I already deleted <?php echo fd_theme_options( ‘logo’ ); ?>. Everything
   seems to be working fine, so far. Will deleting and reactivating Food and Diet
   allow me to do it your way? Should I try to do it your way, considering I don’t
   know where the img element and custom CSS are, and I don’t know how to make modifications
   to a child theme?
 * Jason
 *  [Pete](https://wordpress.org/support/users/pchoppin/)
 * (@pchoppin)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824509)
 * Jason,
 * If you leave the PHP code intact, but only change the CSS like I have described,
   you have the option of adding a logo later. Either way works.
 * Also, it is highly recommended to create a child theme and make your modifications
   there. WordPress has a document on how this is done. [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Please let me know if I can be of any assistance.
 * Thank you,
 * Pete
 *  Thread Starter [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * (@jason-bengiat)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824513)
 * Is <?php echo fd_theme_options( ‘logo’ ); ?> PHP code?
 * How do I restore Food and Diet? Deleting, installing, and reactivating this theme
   doesn’t restore this theme.
 *  [Pete](https://wordpress.org/support/users/pchoppin/)
 * (@pchoppin)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824514)
 * Jason,
 * Yep, that’s PHP!
 * What happens when you remove the theme and try to reinstall and reactivate it?
 * Thank you,
 * Pete
 *  Thread Starter [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * (@jason-bengiat)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824516)
 * After I reactivate it, the logo image doesn’t appear.
 *  [Pete](https://wordpress.org/support/users/pchoppin/)
 * (@pchoppin)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824517)
 * Ok so the theme is working, but your logo is no longer there?
 * When you reinstall, do you add the theme like you did the very first time, using
   the upload process?
 * Thank you,
 * Pete
 *  Thread Starter [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * (@jason-bengiat)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824522)
 * Yes, the theme is working. Food and Diet’s logo isn’t there. I never tried to
   put my own logo in the header.
 * I went to Appearance, Themes, WordPress.org Themes, Search Themes, Install, and
   Activate.
 *  [Pete](https://wordpress.org/support/users/pchoppin/)
 * (@pchoppin)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824526)
 * I am not sure why the logo is no longer there.. unless you need to clear your
   cache.. that’s all I can think of. Reinstalling the theme should have put back
   your PHP code that you removed.
 * Thank you
 * Pete
 *  Thread Starter [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * (@jason-bengiat)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824528)
 * I’m on a public computer. Will restarting the computer clear the cache?
 *  [Pete](https://wordpress.org/support/users/pchoppin/)
 * (@pchoppin)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824529)
 * Yes it will
 *  Thread Starter [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * (@jason-bengiat)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824531)
 * Restarting the public computer didn’t work.
 * Did I make it clear I deleted the code at Appearance, Editor, header.php?
 *  [Pete](https://wordpress.org/support/users/pchoppin/)
 * (@pchoppin)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824533)
 * Hmm… still I do not know how that logo is no longer there… Can you look in header.
   php and see if your code is appearing? Can you add it back in if it isn’t there?
 * Thank you,
 * Pete
 *  Thread Starter [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * (@jason-bengiat)
 * [12 years ago](https://wordpress.org/support/topic/removing-logo-2/#post-4824535)
 * The code I deleted is back! But, the logo image isn’t.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/removing-logo-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/removing-logo-2/page/2/?output_format=md)

The topic ‘Removing image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/food-and-diet/1.0.6/screenshot.
   png)
 * Food and Diet
 * [Support Threads](https://wordpress.org/support/theme/food-and-diet/)
 * [Active Topics](https://wordpress.org/support/theme/food-and-diet/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/food-and-diet/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/food-and-diet/reviews/)

## Tags

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

 * 17 replies
 * 2 participants
 * Last reply from: [Jason](https://wordpress.org/support/users/jason-bengiat/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/removing-logo-2/page/2/#post-4824540)
 * Status: not resolved