Title: Change Header Image &#8211; Catch Box theme
Last modified: August 21, 2016

---

# Change Header Image – Catch Box theme

 *  Resolved [ev2 agency](https://wordpress.org/support/users/ev2-agency/)
 * (@ev2-agency)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/)
 * So I’ve gotten this up and running but I can’t seem to find what to edit to use
   my logo as a header image.
 * I placed it in wp-content/themes/catch-box/images/headers/
    but through the WP
   editor it doesn’t show up to add it.
 * I’m no code expert and although I looked at the header.php file
    I don’t know
   what or where to edit it to see my image.

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

1 [2](https://wordpress.org/support/topic/change-header-image-catch-box-theme/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/change-header-image-catch-box-theme/page/2/?output_format=md)

 *  [HappyZebra](https://wordpress.org/support/users/happyzebra/)
 * (@happyzebra)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619012)
 * Try this:
 * Go to Header under Appearance in your WordPress Dashboard
 * Now click on Choose File and select an image from the desired location and click
   on Upload
 * Then you will see “Crop Header Image” box where you can use your mouse and select
   an area to crop in the image
 * Finally, click on Crop and Publish
 * Let me know if that works 🙂
 *  Thread Starter [ev2 agency](https://wordpress.org/support/users/ev2-agency/)
 * (@ev2-agency)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619013)
 * That works I’m attempting now to add this:
 * remove_filter( ‘HEADER_IMAGE_WIDTH’, ‘ catchbox_header_image_width’ );
    remove_filter(‘
   HEADER_IMAGE_HEIGHT’, ‘ catchbox_header_image_height’ );
 * define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘catchbox_header_image_width’, 840));
   
   define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘catchbox_header_image_height’,
   100 ) );
 * To the Custom CSS styles to see if it will allow me to add a custom sized header
   image.
 *  Thread Starter [ev2 agency](https://wordpress.org/support/users/ev2-agency/)
 * (@ev2-agency)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619015)
 * I managed to get it to work BUT….
 * I really want it in the background and the header text to be on top of it not
   forcing it down. any ideas?
 *  [HappyZebra](https://wordpress.org/support/users/happyzebra/)
 * (@happyzebra)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619017)
 * whats you’re site address? I can take a look and let you know If I come up with
   some CSS to fix that for you 🙂
 *  Thread Starter [ev2 agency](https://wordpress.org/support/users/ev2-agency/)
 * (@ev2-agency)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619018)
 * Thanks!
 * [http://www.ev2.me/test/blog/](http://www.ev2.me/test/blog/)
 *  Thread Starter [ev2 agency](https://wordpress.org/support/users/ev2-agency/)
 * (@ev2-agency)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619019)
 * I’d love to remove the search in the header and make it one big image.
 * Is there also a way to have a full screen image in the background that does not
   tile?
 *  [bemdesign](https://wordpress.org/support/users/bemdesign/)
 * (@bemdesign)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619021)
 * Images in background: use the css background-sizing property. See [https://developer.mozilla.org/en-US/docs/Web/CSS/background-size](https://developer.mozilla.org/en-US/docs/Web/CSS/background-size)
   for how to use.
 *  Thread Starter [ev2 agency](https://wordpress.org/support/users/ev2-agency/)
 * (@ev2-agency)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619028)
 * So I tried some of this – it looked, well ROUGH.
 * I witched my theme Twenty Fourteen and am now customizing it.
 * The only two items I can’t find are changing the green rollovers to gold and 
   adding an image above the title.
 * [http://www.ev2.me/test/blog](http://www.ev2.me/test/blog)
 *  [HappyZebra](https://wordpress.org/support/users/happyzebra/)
 * (@happyzebra)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619031)
 * Sorry, just trying to narrow down what you’d like to do with the header and search
   bar…
    Are you wanting to change the color of the header at the top and add some
   space between the top of the page and the page and the header?
 *  Thread Starter [ev2 agency](https://wordpress.org/support/users/ev2-agency/)
 * (@ev2-agency)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619032)
 * I changed the theme because it looked horrible and wasn’t working out right –
   I found the issue but still looked bad.
 * Now I’m just trying to change the green navigation to – #fdb610
    I’m going through
   the entire style.CSS but can’t find the roll over links.
 * Also not sure how to add the logo.
 *  [HappyZebra](https://wordpress.org/support/users/happyzebra/)
 * (@happyzebra)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619033)
 * ah, okay, re read your last post lol. You want to add an image above the header
   or a slider to your page?
 *  Thread Starter [ev2 agency](https://wordpress.org/support/users/ev2-agency/)
 * (@ev2-agency)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619034)
 * If you look at how it is now – it’s much more clean would you agree?
 * The theme has to roll over in green on the top and side nav which needs to match
   my gold. Do you know where those tags are in the style.css?
 * Yes I also want to add my logo above the name.
 *  [HappyZebra](https://wordpress.org/support/users/happyzebra/)
 * (@happyzebra)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619035)
 * How about you [email](https://wordpress.org/support/topic/change-header-image-catch-box-theme/?output_format=md#)
   me and we can get this figured out 🙂 I’m more than willing to help you out
 *  [HappyZebra](https://wordpress.org/support/users/happyzebra/)
 * (@happyzebra)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619036)
 * So far, I’m not seeing any changes on the website. Have you saved the changes
   to make them live?
 *  Thread Starter [ev2 agency](https://wordpress.org/support/users/ev2-agency/)
 * (@ev2-agency)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/#post-4619037)
 * Completely new theme – published: [http://www.ev2.me/test/blog/](http://www.ev2.me/test/blog/)

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

1 [2](https://wordpress.org/support/topic/change-header-image-catch-box-theme/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/change-header-image-catch-box-theme/page/2/?output_format=md)

The topic ‘Change Header Image – Catch Box theme’ is closed to new replies.

 * 16 replies
 * 4 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/change-header-image-catch-box-theme/page/2/#post-4619270)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
