Title: Background image on sidebar
Last modified: August 19, 2016

---

# Background image on sidebar

 *  [reza](https://wordpress.org/support/users/ghiasabadi/)
 * (@ghiasabadi)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-sidebar/)
 * I am using the F2 theme. I would like to send the image background for sidebar.
   But could not. Image sidebar is incomplete.
 * [http://ghiasabadi.co.cc](http://ghiasabadi.co.cc)
 * Thank you.

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

 *  [WP Libra](https://wordpress.org/support/users/wpbum/)
 * (@wpbum)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-sidebar/#post-1585119)
 * In style.css find
 *     ```
       .sidebar {
       background:url("images/bg.jpg") repeat scroll 0 0 #E6ECE9;
       }
       ```
   
 * Change the path for the image to what you want to change it to.
 * Also you have duplicate entries on your CSS like you are editing the .php files
   and adding CSS instead of editing style.css
 *  Thread Starter [reza](https://wordpress.org/support/users/ghiasabadi/)
 * (@ghiasabadi)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-sidebar/#post-1585129)
 * Tank you dear wpbum
    But still not right. CSS file is very strange.
 * I think this is problem related to:
 *     ```
       #wrapper{
         float:left;
         width:100%;
         border-left:240px solid #e6ece9; /* Sidebar left background color */
         border-right:240px solid #e6ece9; /* Siderab right background color */
         margin-left:-240px;
         margin-right:-240px;
         background:#e6ece9 url('images/bg.jpg') repeat;
         display:inline;
       }
       ```
   
 *  [WP Libra](https://wordpress.org/support/users/wpbum/)
 * (@wpbum)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-sidebar/#post-1585131)
 * Remove
 *     ```
       .sidebar {
       background:url("images/bg.jpg") repeat scroll 0 0 #E6ECE9;
       }
       ```
   
 * and add what you want to
 *     ```
       #sidebar_right {
       }
       ```
   
 * and
 *     ```
       #sidebar_left {
       }
       ```
   
 *  Thread Starter [reza](https://wordpress.org/support/users/ghiasabadi/)
 * (@ghiasabadi)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-sidebar/#post-1585181)
 * Tank you
 * But not right. I think the settings except sidebar is connected.

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

The topic ‘Background image on sidebar’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [reza](https://wordpress.org/support/users/ghiasabadi/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/background-image-on-sidebar/#post-1585181)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
