Title: Background
Last modified: August 19, 2016

---

# Background

 *  [billybond](https://wordpress.org/support/users/billybond/)
 * (@billybond)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/)
 * Okay, right now I have this
    /*=== Setup ===*/ body { background: url(images/
   bgr.gif) #303030 repeat-x top; I would like to keep this, but add a different
   backround under this… Can this be done ? [http://addictivehobby.com/wordpress2/](http://addictivehobby.com/wordpress2/)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341575)
 * Can you elaborate on what you mean by “under this?”?
 *  Thread Starter [billybond](https://wordpress.org/support/users/billybond/)
 * (@billybond)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341578)
 * Under the top menu & where I have the grey backround..
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341583)
 * If you want to change the background color of your featured slidehsow box, you
   need edit the following in style.css:
 *     ```
       #featured .slideshow a img {
       background-color:#eee;
       border:1px solid #ccc;
       padding:15px;
       }
       ```
   
 * and replace `#eee` with the rgb or hexadecimal color that you want.
 *  Thread Starter [billybond](https://wordpress.org/support/users/billybond/)
 * (@billybond)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341606)
 * It’s not the background color of the featured slideshow box.
    It’s the whole 
   page thats grey #303030
 *  [yazmine](https://wordpress.org/support/users/yazmine/)
 * (@yazmine)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341608)
 * So where do you want that other color? Below body ?
 *  Thread Starter [billybond](https://wordpress.org/support/users/billybond/)
 * (@billybond)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341699)
 * I want to keep the top area black (top meny area ) and the rest a tile background
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341751)
 * Upload your background image (names myback.jpg) to your theme’s images folder.
   Then edit style.css and change:
 *     ```
       #centercol {
       background:url(images/back2.jpg) repeat-x center top;
       float:left;
       font-size:13px;
       padding:10px 20px;
       width:630px;
       }
       ```
   
 * to
 *     ```
       #centercol {
       float:left;
       font-size:13px;
       padding:10px 20px;
       width:630px;
       }
       ```
   
 * and
 *     ```
       #columns {
       background:#FFFFFF url(images/columns-bgr.gif) repeat-y right center;
       height:1%;
       padding:0 0 15px;
       }
       ```
   
 * to
 *     ```
       #columns {
       background:#FFFFFF url(images/myback.jpg);
       height:1%;
       padding:0 0 15px;
       }
       ```
   
 *  Thread Starter [billybond](https://wordpress.org/support/users/billybond/)
 * (@billybond)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341863)
 * I will give this a try and let you know……
    Thanks esmi :
 *  Thread Starter [billybond](https://wordpress.org/support/users/billybond/)
 * (@billybond)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341900)
 * Nope !….that didn’t work- just messed up the whole page !!!

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

The topic ‘Background’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 3 participants
 * Last reply from: [billybond](https://wordpress.org/support/users/billybond/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/background-4/#post-1341900)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
