Title: Background Images
Last modified: August 20, 2016

---

# Background Images

 *  [katski13](https://wordpress.org/support/users/katski13/)
 * (@katski13)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/background-images-3/)
 * Hello
 * I am using the template “this just in” as well as using shopp as the shopping
   cart. I am hoping someone can tell me how to add a transparent type background
   image to certain pages? Each image however will be different…
 * The website if it helps is [http://www.idylliccandles.com.au](http://www.idylliccandles.com.au)
 * TIA!

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

 *  [Flash Buddy](https://wordpress.org/support/users/flashbuddy/)
 * (@flashbuddy)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/background-images-3/#post-2341176)
 * Head over to [http://codecanyon.net](http://codecanyon.net) and purchase the 
   Custom Backgrounds for WordPress: [http://bit.ly/naXgIu](http://bit.ly/naXgIu)
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/background-images-3/#post-2341231)
 * [http://wordpress.org/support/topic/different-background-for-different-pages-on-my-website?replies=3](http://wordpress.org/support/topic/different-background-for-different-pages-on-my-website?replies=3)
 * Check this out for how to do it without buying anything. That covers the overall
   page background.
 * The same applies for post classes. For example, twentyeleven uses:
 *     ```
       <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
       ```
   
 * which then outputs
 *     ```
       <article id="post-762" class="post-762 post type-post status-publish format-standard hentry category-general tag-3-3 tag-release tag-wordpress">
       ```
   
 * in browser. The same concept applies as in the above link for using the classes.
   This would style the bg of individual post containers, rather than the whole 
   page bg

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

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

 * 2 replies
 * 3 participants
 * Last reply from: [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/background-images-3/#post-2341231)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
