Title: Remove custom background
Last modified: August 31, 2016

---

# Remove custom background

 *  [soyd](https://wordpress.org/support/users/soyd/)
 * (@soyd)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-custom-background/)
 * Hi there,
 * Anyone know how I can remove the greyish background behind the block of white
   on my website:
 * [http://www.sleepofyourdreams.com/how-to-fall-asleep-quickly/](http://www.sleepofyourdreams.com/how-to-fall-asleep-quickly/)
 * I’ve this code in the custom css, but it didn’t work.
 * body.custom-background {
    background-image: none !important; }
 * My theme is parallax lite.
 * Thanks

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

 *  [Salvy102](https://wordpress.org/support/users/salvy102/)
 * (@salvy102)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-custom-background/#post-7197709)
 * try this
 *     ```
       body {
           background: none !important;
       }
       ```
   
 *  Thread Starter [soyd](https://wordpress.org/support/users/soyd/)
 * (@soyd)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-custom-background/#post-7197916)
 * Thanks Salvy,
 * Tried it but it didn’t work.
 * Also tried clearing the cache too to see if that would make a difference but 
   it didn’t.
 * I seem to have a recurring problem where I can only make changes to my website
   by going into the ftp. The custom css for both child theme and the option within
   my theme seem to do very little.
 * It’s been suggested before this might be a problem with a caching plugin (I used
   to have a few installed), but I’m pretty sure I’ve deactivated them all now and
   deleted any rogue code I could find for them.
 * Is there anything I can do within ftp to make these changes?
 * I know it’s better to have a child theme for when the theme updates, but most
   of my custom css is in there anyway and I know how to copy it over using WinMerge
   when needed.
 * Would really appreciate any further thoughts.
 * Thanks Salvy
 * Thanks

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

The topic ‘Remove custom background’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [soyd](https://wordpress.org/support/users/soyd/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/remove-custom-background/#post-7197916)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
