Title: Page Background
Last modified: August 27, 2018

---

# Page Background

 *  Resolved [dblivesound](https://wordpress.org/support/users/dblivesound/)
 * (@dblivesound)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/page-background-5/)
 * I have entered a background image to apply to all pages in the Customising ▸ 
   General ▸
    Body section but it is only displaying the background behind the entire
   page – e.g. you can only see it if you scroll below the footer. How do I set 
   the background of every page content area (between header and footer) to display
   the background image – preferably with some opacity applied?
 * Many thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpage-background-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/page-background-5/#post-10631685)
 * Hello,
 * Depending on how you want your background image to behave, enter one of the following
   CSS codes in** Customize-> General-> Additional CSS:**
 *     ```
       #page
       {background-image: url(https://pbs.twimg.com/media/Dc7Vyc3W4AUInzI.jpg);
           background-position: center center;
           background-size: auto;
           background-repeat:repeat;
           background-attachment:scroll;
       }
       ```
   
 * OR
 *     ```
       #page
       {background-image: url(https://pbs.twimg.com/media/Dc7Vyc3W4AUInzI.jpg);
           background-position: center center;
           background-size: auto;
           background-repeat:no-repeat;
           background-attachment:fixed;
       }
       ```
   
 * Change the image URL per your needs.
 * Regards
    -  This reply was modified 7 years, 8 months ago by [themevision](https://wordpress.org/support/users/themevision/).
 *  Thread Starter [dblivesound](https://wordpress.org/support/users/dblivesound/)
 * (@dblivesound)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/page-background-5/#post-10632150)
 * Perfect – many thanks

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

The topic ‘Page Background’ is closed to new replies.

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

## Tags

 * ["background-image"](https://wordpress.org/support/topic-tag/background-image/)

 * 2 replies
 * 2 participants
 * Last reply from: [dblivesound](https://wordpress.org/support/users/dblivesound/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/page-background-5/#post-10632150)
 * Status: resolved