Title: just the background image
Last modified: June 12, 2017

---

# just the background image

 *  [mindiapolis](https://wordpress.org/support/users/mindiapolis/)
 * (@mindiapolis)
 * [9 years ago](https://wordpress.org/support/topic/just-the-background-image/)
 * On [http://solutionsbusinessnetwork.net](http://solutionsbusinessnetwork.net)
   how can I delete everything except the background image? I tried `
    .page-id-
   1815 site-header, .page-id-1815 site-footer { display:none; } `
 * but it didn’t work

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

 *  [Jack](https://wordpress.org/support/users/jdabber/)
 * (@jdabber)
 * [9 years ago](https://wordpress.org/support/topic/just-the-background-image/#post-9221927)
 * site-header and site-footer are either classes or IDs
 * So you need a target in the css like
    ` .page-id-1815 .site-header, .page-id-
   1815 .site-footer { display: none; } `
 * Your code is missing the period ” . ” To target the classes correctly.
    -  This reply was modified 9 years ago by [Jack](https://wordpress.org/support/users/jdabber/).
 *  Thread Starter [mindiapolis](https://wordpress.org/support/users/mindiapolis/)
 * (@mindiapolis)
 * [9 years ago](https://wordpress.org/support/topic/just-the-background-image/#post-9224052)
 * got it, thanks!
 *  [Jack](https://wordpress.org/support/users/jdabber/)
 * (@jdabber)
 * [9 years ago](https://wordpress.org/support/topic/just-the-background-image/#post-9229527)
 * Cool. If you could mark this post as “resolved”, it would help the community 
   a lot. Good luck to you.

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

The topic ‘just the background image’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Jack](https://wordpress.org/support/users/jdabber/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/just-the-background-image/#post-9229527)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
