Title: remove background-image
Last modified: April 20, 2017

---

# remove background-image

 *  Resolved [CaboComputerDoctor](https://wordpress.org/support/users/cabocomputerdoctor/)
 * (@cabocomputerdoctor)
 * [9 years ago](https://wordpress.org/support/topic/remove-background-image-4/)
 * Hello,
    I’d like to remove the background image from one or two pages. I tried
   adding this custom css: body.custom-background { background-image: none; } to
   the Custom CSS on one page in my website: [http://curlytail.cabowebsolutions.com/photos-photos-more-photos/](http://curlytail.cabowebsolutions.com/photos-photos-more-photos/)
 * But it did not remove the background image. I see my custom CSS when I inspect
   the page. The default CSS seems to be overwriting it.
 * body.custom-background {
    background-image: url([http://curlytail.cabowebsolutions.com/wp-content/uploads/2017/04/2017-04-19-10.00.01.jpg](http://curlytail.cabowebsolutions.com/wp-content/uploads/2017/04/2017-04-19-10.00.01.jpg));
   background-position: left top; background-size: cover; background-repeat: no-
   repeat; background-attachment: fixed; } (index):64 body.custom-background { background-
   image: none; }
 * The lines in index 64 have strike-through.
    What am I doing wrong? Thanks in 
   advance!

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

 *  Plugin Author [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * (@danieledesantis)
 * [9 years ago](https://wordpress.org/support/topic/remove-background-image-4/#post-9052568)
 * Hello,
    I can’t see your page, I’m redirected to the login form. Could you please
   make the page accessible?
 * Thanks!
    Daniele
 *  Thread Starter [CaboComputerDoctor](https://wordpress.org/support/users/cabocomputerdoctor/)
 * (@cabocomputerdoctor)
 * [9 years ago](https://wordpress.org/support/topic/remove-background-image-4/#post-9054223)
 * Hi Daniele,
 * Sorry about that.
    I’ve disabled the login requirement.
 * Andrew
 *  Plugin Author [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * (@danieledesantis)
 * [9 years ago](https://wordpress.org/support/topic/remove-background-image-4/#post-9055683)
 * Hi Andrew,
    I get a 4040 error at this url [http://curlytail.cabowebsolutions.com/photos-photos-more-photos/](http://curlytail.cabowebsolutions.com/photos-photos-more-photos/)
 * Anyway, this should fix your problem:
 *     ```
       body.custom-background {
       background-image: none !important;
       }
       ```
   
 *  Thread Starter [CaboComputerDoctor](https://wordpress.org/support/users/cabocomputerdoctor/)
 * (@cabocomputerdoctor)
 * [9 years ago](https://wordpress.org/support/topic/remove-background-image-4/#post-9057326)
 * That did it!
    Thank you so much!
 *  Plugin Author [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * (@danieledesantis)
 * [9 years ago](https://wordpress.org/support/topic/remove-background-image-4/#post-9060258)
 * You’re welcome!
 *  [Goldfishflake](https://wordpress.org/support/users/shwebb15/)
 * (@shwebb15)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/remove-background-image-4/#post-9448740)
 * worked for my site! Thank you!!

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

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

 * ![](https://ps.w.org/wp-add-custom-css/assets/icon-256x256.png?rev=1001727)
 * [WP Add Custom CSS](https://wordpress.org/plugins/wp-add-custom-css/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-add-custom-css/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-add-custom-css/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-add-custom-css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-add-custom-css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-add-custom-css/reviews/)

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [Goldfishflake](https://wordpress.org/support/users/shwebb15/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/remove-background-image-4/#post-9448740)
 * Status: resolved