Title: Background image not working
Last modified: August 21, 2016

---

# Background image not working

 *  [Wetop](https://wordpress.org/support/users/wetop/)
 * (@wetop)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/background-image-not-working-2/)
 * I have searched around and tried multiple codes, such as
 * body{
    background-image: url(‘i.imgur.com/qZY5vdM.jpg’) }
 * body {
    background: url(‘image url here .jpg’) repeat fixed 0 0 #FAFAFA !important;.
   round-div { border: 104 }
 * body.background {
    background-image: url(“image url here.jpg”); }
 * But none of these work, background is just white. What is there that i could 
   do? These are all tried in the custom CSS panel, and the site URL is techset.
   fi

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/background-image-not-working-2/#post-4135817)
 * Are you sure your image url is correct? My code would be:
 *     ```
       body {
       /* Adjust the Image location '/wp-content/uploads/NAMEOFFILE.png' */
       background:url(/wp-content/uploads/NAMEOFFILE.png) repeat fixed 0 0  ;
       }
       #main-wrapper {
       background-color: #E0FFC1;
       margin-top: 	0px ;
       }
       ```
   
 * Currently, the site is using `none` so image will not show.
 *  Thread Starter [Wetop](https://wordpress.org/support/users/wetop/)
 * (@wetop)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/background-image-not-working-2/#post-4135874)
 * This code worked. Would there be a way to make different pages have different
   backgrounds?
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/background-image-not-working-2/#post-4135875)
 * `body.page-id-nn {etc}` should work. You can identify the page-id for each Page
   by looking at the <body> tag on each page – RtClick/View Source for example.

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

The topic ‘Background image not working’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/background-image-not-working-2/#post-4135875)
 * Status: not resolved