Title: Banner Image
Last modified: August 22, 2016

---

# Banner Image

 *  [mdebique](https://wordpress.org/support/users/mdebique/)
 * (@mdebique)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/banner-image-4/)
 * In theme options the following info is provided
 * “Default banner image will be displayed on all the pages where banner image is
   not overridden by page”
 * I would like kindly know how do I set a different banner page per page so that
   the default banner is not used. I tried using the featured image for each page
   without success.
 * Thank you very much for your support,
 * best regards,
 * Miguel.

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

 *  Theme Author [Pitabas](https://wordpress.org/support/users/pitabas106/)
 * (@pitabas106)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5816913)
 * Hi Miguel,
 * Remove the below code from ‘header-banner.php’.
 *     ```
       <?php else: ?>
           <div id="banner">
           <?php if(of_get_option('default_banner_image')): ?>
       	<img src="<?php echo of_get_option('default_banner_image'); ?>" alt="<?php bloginfo( 'name' ); ?>-Banner">
           <?php else: ?>
       	<img src="<?php echo get_template_directory_uri() . '/includes/images/banner.jpg'?>" alt="<?php bloginfo( 'name' ); ?>-Banner">
           <?php endif; ?>
           </div>
       ```
   
 * and use Plugin to add header image for each page, post.
 *  [Gary90](https://wordpress.org/support/users/gary90/)
 * (@gary90)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5816988)
 * Hi Pitabas
 * Using your theme it is good for our site. Have the same question as Miguel but
   note you said use plug in to add header for each page.
 * What plug in is required.
 * Regards
 * Gary
 *  Theme Author [Pitabas](https://wordpress.org/support/users/pitabas106/)
 * (@pitabas106)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5816996)
 * Recommended plugins
    – [https://wordpress.org/plugins/wp-display-header/](https://wordpress.org/plugins/wp-display-header/)–
   [https://wordpress.org/plugins/custom-header-images/](https://wordpress.org/plugins/custom-header-images/)
 *  [Gary90](https://wordpress.org/support/users/gary90/)
 * (@gary90)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5816997)
 * Hi Pitabas
 * Thank you for your quick reply.
 * Have done above as you have suggested and installed the plug in but I get no 
   header at all. Am i missing something?
 * groschems.com
 * Regards
 * Gary
 *  [FRNR](https://wordpress.org/support/users/frnr/)
 * (@frnr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817029)
 * Amazing Theme
 * I updated the theme and now there is no css in the css style sheet. What happened
   to it? Where do I find it?
 * Thanks
 *  [FRNR](https://wordpress.org/support/users/frnr/)
 * (@frnr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817030)
 * Did not mean for this to be under banner images. Will repost.
 *  Theme Author [Pitabas](https://wordpress.org/support/users/pitabas106/)
 * (@pitabas106)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817031)
 * Hi,
    You can modify the css here. Directory path: /includes/css/main.css
 *  [The Flaoter](https://wordpress.org/support/users/the-flaoter/)
 * (@the-flaoter)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817039)
 * I have done same as above and even tried other header plug-ins. Nothing shows.
   Using WP 4.1.1
 * Any insight would be appreciated.
 * Thanks,
    TF
 *  [mitrabrihas](https://wordpress.org/support/users/mitrabrihas/)
 * (@mitrabrihas)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817049)
 * Hi Pitabas,
 * I have installed the WP display header which you have recommendedand I got this
   message, ” Your current theme does not support Custom Headers” when I tried to
   activate the plugin. Please help
 * Thanks & Regards,
    mitrabrihas
 *  [Gary90](https://wordpress.org/support/users/gary90/)
 * (@gary90)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817050)
 * Dear All
 * Had the same issue when i tried the solution is to use wp widget custom headers
   but for it to work you need to remove the code as above stated by Pitabas but
   then need to add code to header.php :
 * <?php include_once ‘header-banner.php’ ?>
 * <div class=”main-content”>
    <div class=”container”> <div id=”content” class=”
   main-content-inner”> <?php if(function_exists(‘chi_display_header’)) { chi_display_header();}?
   >
 * This should then work.
 * regards
 * Gary
 *  [emilysbca](https://wordpress.org/support/users/emilysbca/)
 * (@emilysbca)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817066)
 * Gary which plugin did you download? I tried [https://wordpress.org/plugins/custom-header-images/](https://wordpress.org/plugins/custom-header-images/)
   and it isn’t working for me at all.
 *  [beebeezer](https://wordpress.org/support/users/beebeezer/)
 * (@beebeezer)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817068)
 * I am still having trouble after following the instructions to change the code
   in order to install plugin wp display header.
 * Anyone can help me please?
 *  [oscarribas](https://wordpress.org/support/users/oscarribas/)
 * (@oscarribas)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817069)
 * I was followed all instructions to change the code and to adde the plugin for
   header banner constomization.
    But when the banner appears on the page, it not
   is centered and it does not occupy the entire width of the screen as the default
   one banner.
 * Please, can you Help me?

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

The topic ‘Banner Image’ is closed to new replies.

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

## Tags

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

 * 13 replies
 * 9 participants
 * Last reply from: [oscarribas](https://wordpress.org/support/users/oscarribas/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/banner-image-4/#post-5817069)
 * Status: not resolved