Title: remove background image from page
Last modified: August 19, 2016

---

# remove background image from page

 *  Resolved [abc1me](https://wordpress.org/support/users/abc1me/)
 * (@abc1me)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/remove-background-image-from-page/)
 * Each page created produces background currency images making the text that’s 
   over the background images difficult to read. Can these images be removed from
   the individual page style sheet? If you look at my site it will be clear what
   I’m referring to.
 * [http://fundinglist.com ](http://fundinglist.com)

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

 *  [Te Calleja](https://wordpress.org/support/users/tecreative/)
 * (@tecreative)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/remove-background-image-from-page/#post-1654775)
 * go to your style.css file and look for this code:
 *     ```
       .box-left{
       background:#fff url(img/content.jpg) no-repeat left top;
       margin:0 0 40px 20px;
       }
       ```
   
 * remove the background image url details.
 *  Thread Starter [abc1me](https://wordpress.org/support/users/abc1me/)
 * (@abc1me)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/remove-background-image-from-page/#post-1654778)
 * What exact chunk do i cut out? url(img/content.jpg) or (img/content.jpg)
 * Am newbie and don’t want to screw it up. Could you clarify please?
 *  [Te Calleja](https://wordpress.org/support/users/tecreative/)
 * (@tecreative)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/remove-background-image-from-page/#post-1654779)
 * it should look like this:
 *     ```
       .box-left{
       background:#fff;
       margin:0 0 40px 20px;
       }
       ```
   
 *  Thread Starter [abc1me](https://wordpress.org/support/users/abc1me/)
 * (@abc1me)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/remove-background-image-from-page/#post-1654786)
 * Thanks Te Calleja.. Pages are now much more read friendly !!
 *  Thread Starter [abc1me](https://wordpress.org/support/users/abc1me/)
 * (@abc1me)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/remove-background-image-from-page/#post-1654794)
 * So So So much better. You WP heads are Great…

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

The topic ‘remove background image from page’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [abc1me](https://wordpress.org/support/users/abc1me/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/remove-background-image-from-page/#post-1654794)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
