Title: Adding Background Image to Theme
Last modified: August 19, 2016

---

# Adding Background Image to Theme

 *  [IHeartOranges](https://wordpress.org/support/users/iheartoranges/)
 * (@iheartoranges)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/adding-background-image-to-theme/)
 * I want to add the following images:
    [http://videos4websites.net/wp-content/uploads/2010/08/bordertop.png](http://videos4websites.net/wp-content/uploads/2010/08/bordertop.png)
   [http://videos4websites.net/wp-content/uploads/2010/08/borderbottom.png](http://videos4websites.net/wp-content/uploads/2010/08/borderbottom.png)
   to the site [http://www.videos4websites.net](http://www.videos4websites.net),
   and to be borders around the two dark blue boxes in the background (and to repeat
   along the top and bottom), how would i go about doing this? I’ve tried a few 
   methods but it looks like it’s out of my knowledge, please help 🙂 Many Thanks!
   🙂

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

 *  [Thejas Kamath](https://wordpress.org/support/users/thejas/)
 * (@thejas)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/adding-background-image-to-theme/#post-1616665)
 * @
 * Open Style.CSS file of your WP theme and make changes in the codes.
 * In stylesheet, under /* LAYOUT */
 * add
 *     ```
       body {
       	background: #fff url(enter the path of the background image) top left repeat-x;
       	}
       ```
   
 * The thing you have to do is just entering the path of the background image in
   the bracket. (NOTE: **Don’t remove** the brackets)
 * Thanks
    Thejas
 *  Thread Starter [IHeartOranges](https://wordpress.org/support/users/iheartoranges/)
 * (@iheartoranges)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/adding-background-image-to-theme/#post-1616673)
 * Thanks but I tried that and it just gave me the top image without the bottom 
   image.

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

The topic ‘Adding Background Image to Theme’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [IHeartOranges](https://wordpress.org/support/users/iheartoranges/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/adding-background-image-to-theme/#post-1616673)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
