Title: Broken Header Options
Last modified: August 21, 2016

---

# Broken Header Options

 *  Resolved [stageings](https://wordpress.org/support/users/stageings/)
 * (@stageings)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/broken-header-options/)
 * When I attempt to remove or replace the header via the provided controls,the 
   website does not show any changes. The same “space” header remains.
 * I’ve tried to delete the header manually, but the search, logo, and menus appear
   to be set in the header and the whole site is displaced when I do so.
 * I merely would like to have no image for the header and have the same organization.
   I waited for the bug to be fixed in the next version, but the newest update seems
   to have overlooked that.
 * Please Help,
    Thanks

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

 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/broken-header-options/#post-4328333)
 * Hello!
 * I think at this point the best way is to find the file itself and change it manually.
   Just to be sure that I understand it right, you want to change that blue planet
   and start image? If it is right, here is what you have to do:
 * First step is to create a so called child theme, for which you can find a very
   good description here: [codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Basically you have to do this because if you make any changes inside the theme
   folder, it will be completely lost when you update the theme or WordPress, it
   will be lost.
 * So the next step is, inside your child themes folder, create a folder called 
   images, and inside that, you have to put the header background image with the
   name of header-bg.png
    The themes original image is 948x203px so you should use
   something similar. It is very important for the image to have this exact name,
   because child themes work so if you put something in the child themes folder (
   php, css files, images, etc) with the same name as it is in the parent or original
   theme, than wordpress will use yours, not the image from the theme. Everything
   else that you do not provide for WordPress, it will use from the parent theme.
 * I hope this helps, if you have any additional questions, feel free to post here.
 * Have a nice day!
    Greetings, Balint
 *  Thread Starter [stageings](https://wordpress.org/support/users/stageings/)
 * (@stageings)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/broken-header-options/#post-4328390)
 * Thank you,
 * My issue is resolved! Replacing the image turned out to be only one part of the
   problem. I also had to delete the default coloring for the header in thefollowing
   code:
 * #header{
    background:url(images/header-bg.png) no-repeat ** #010D26**;
 * I hope this will help anyone else with similar issues.
 * Thanks again,
    Charlie
 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/broken-header-options/#post-4328394)
 * Hello!
 * I am glad that I could help you!
 * Have a nice day!
 * Balint

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

The topic ‘Broken Header Options’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cwp-robi/1.1.1/screenshot.png)
 * CWP Robi
 * [Support Threads](https://wordpress.org/support/theme/cwp-robi/)
 * [Active Topics](https://wordpress.org/support/theme/cwp-robi/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cwp-robi/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cwp-robi/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/broken-header-options/#post-4328394)
 * Status: resolved