Title: Header problem
Last modified: August 31, 2016

---

# Header problem

 *  [Infotam](https://wordpress.org/support/users/infotam/)
 * (@infotam)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problem-30/)
 * Hi!
 * We have some problems changing the header image of the pages (except from the
   homepage) after the update. In the past, there was an option to change it but,
   at the present time, we don’t find that option. We have read a topic here with
   the same issue and we have tried to use the code given in the solution on the
   custom css plugin, but it doesn’t seem to work. Plase, could somebody help us
   to solve this issue?
 * The code we tried, changing the image url, was:
 * #wrapper {
    background-image: url(“[http://www.chatnox.com/blog/wp-content/uploads/2015/07/wp-jp.jpg&#8221](http://www.chatnox.com/blog/wp-content/uploads/2015/07/wp-jp.jpg&#8221););
   background-position: center; background-size: cover; }
 * Thanks in advance!!

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

 *  [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * (@tanaykhandelwal-1)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problem-30/#post-7153238)
 * Hello There,
    I am using below code in [Custom CSS](https://wordpress.org/plugins/custom-css-editor/)
   plugin Version 1.3.4 | By FRESHFACE
 *     ```
       #wrapper {
           background-image: url(" ..image_path.. ");
           background-size:cover;
           background-position:center;
       }
       ```
   
 * and its working fine for me please try and let me know your site url otherwise.
 * Regards,
    Tanay Khandelwal
 *  Thread Starter [Infotam](https://wordpress.org/support/users/infotam/)
 * (@infotam)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problem-30/#post-7153325)
 * Hi!
 * Thanks for replying! We have tried with that plugin and it seemed to work, the
   problem is that now the image is so large that you can’t figure it out that it
   shows a food plate. We tried other options in the background size tag such as‘
   auto’ and other things but with that options the image doesn’t appear. We wanted
   to reestablish the image as we had it in the previous theme version. What can
   we try so as to make it show in a smaller size?
 *  Thread Starter [Infotam](https://wordpress.org/support/users/infotam/)
 * (@infotam)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problem-30/#post-7153442)
 * Hi,
 * Please, could you help us with the issue? We haven’t reacived a reply about the
   question we asked above.
 * We look forward to hearing from you.
 * Thanks.
 *  [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * (@tanaykhandelwal-1)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problem-30/#post-7153470)
 * Then you can try different specific size parameters like
 *     ```
       {background-size: 100% 100%;}
   
       or
   
       {background-size: 1170px 100px;}
       ```
   

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

The topic ‘Header problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/foodeez-lite/1.0.8/screenshot.
   png)
 * Foodeez Lite
 * [Support Threads](https://wordpress.org/support/theme/foodeez-lite/)
 * [Active Topics](https://wordpress.org/support/theme/foodeez-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/foodeez-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/foodeez-lite/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/header-problem-30/#post-7153470)
 * Status: not resolved