Title: Changing page backgrounds
Last modified: December 13, 2017

---

# Changing page backgrounds

 *  Resolved [elynpatrick](https://wordpress.org/support/users/elynpatrick/)
 * (@elynpatrick)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/changing-page-backgrounds/)
 * I would like to put a fixed image to fill the background of each page on my site
   except one – can someone help me with the css to do this please?
 * I am very new to css and have tried this on the page noted in this post but it
   doesn’t work:
 * body {
    background: url([http://69b.566.myftpupload.com/wp-content/uploads/2017/12/AdobeStock_126887799_Preview-1.jpeg](http://69b.566.myftpupload.com/wp-content/uploads/2017/12/AdobeStock_126887799_Preview-1.jpeg));
   background-repeat: no-repeat; background-size: auto; background-size: cover; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-page-backgrounds%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/changing-page-backgrounds/#post-9785265)
 * Hello elynpatrick,
 * Add below css code into your current active child theme’s style.css file or you
   can add additional css option in theme customizer.
 *     ```
       body {
         background: url(http://69b.566.myftpupload.com/wp-content/uploads/2017/12/AdobeStock_126887799_Preview-1.jpeg);
         background-repeat: no-repeat;
         background-size: auto;
         background-size: cover;
       }
   
       .site {
         background-color: transparent ;
       }
   
       .site-inner, .is-singular:not(.home) .site-inner {
         background: transparent;
       }
       ```
   
 * Hope this will helps you.
 * Thanks !
 *  Thread Starter [elynpatrick](https://wordpress.org/support/users/elynpatrick/)
 * (@elynpatrick)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/changing-page-backgrounds/#post-9802609)
 * Your fabulous! Thanks so much for your help

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

The topic ‘Changing page backgrounds’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [elynpatrick](https://wordpress.org/support/users/elynpatrick/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/changing-page-backgrounds/#post-9802609)
 * Status: resolved