Title: Change background structure
Last modified: August 19, 2016

---

# Change background structure

 *  [jemtee](https://wordpress.org/support/users/jemtee/)
 * (@jemtee)
 * [17 years ago](https://wordpress.org/support/topic/change-background-structure/)
 * Hi, I´ve found a theme that I really like. Called Arras Theme but the thing is
   that the background is not as I want it to be. My site looks [like this now.](http://www.fisherpricebabymonitor.com)
 * And I want a background [more like this](http://answers.yahoo.com/). The background
   should go all the way up, and down. Is this even possible to change, and if it
   is, how?:D
 * I´m not sure if any code needs to be shown so if it is, just say what code and
   I´ll post it.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years ago](https://wordpress.org/support/topic/change-background-structure/#post-1102676)
 * The background on the Yahoo Answers page is actually a very small image that 
   is tiled across the whole page. So first you’d need to upload the image you want(
   let’s call it ‘bg.gif’) to your themes “images” folder.
 * Then you’d need to edit your theme’s default.css (line 6) and change:
 *     ```
       body {
       background-color:#F0F0F0;
       color:#333333;
       font-family:'Lucida Grande',Arial,Helvetica,sans-serif;
       font-size:12px;
       font-size-adjust:none;
       font-stretch:normal;
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       height:100%;
       line-height:normal;
       min-height:100%;
       }
       ```
   
 * to
 *     ```
       body {
       background:#F0F0F0 url(images/bg.gif);
       color:#333333;
       font-family:'Lucida Grande',Arial,Helvetica,sans-serif;
       font-size:12px;
       font-size-adjust:none;
       font-stretch:normal;
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       height:100%;
       line-height:normal;
       min-height:100%;
       }
       ```
   
 *  [mjmitche](https://wordpress.org/support/users/mjmitche/)
 * (@mjmitche)
 * [17 years ago](https://wordpress.org/support/topic/change-background-structure/#post-1102685)
 * can anyone please explain why there is a background with a color code #FOFOFO
   
   and also a line that designates a color i.e. #333333
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years ago](https://wordpress.org/support/topic/change-background-structure/#post-1102695)
 * `background:#F0F0F0 url(images/bg.gif);` = element background
    `color:#333333;`
   = foreground (text) color
 *  [helenspacegirl](https://wordpress.org/support/users/helenspacegirl/)
 * (@helenspacegirl)
 * [17 years ago](https://wordpress.org/support/topic/change-background-structure/#post-1102697)
 * thanks, i was just about to cancel that, i found it myself cheers

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

The topic ‘Change background structure’ is closed to new replies.

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [change](https://wordpress.org/support/topic-tag/change/)

 * 4 replies
 * 4 participants
 * Last reply from: [helenspacegirl](https://wordpress.org/support/users/helenspacegirl/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/change-background-structure/#post-1102697)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
