Title: CSS Overwritten &#8211; flashed briefly
Last modified: July 14, 2017

---

# CSS Overwritten – flashed briefly

 *  Resolved [rcgdacct](https://wordpress.org/support/users/rcgdacct/)
 * (@rcgdacct)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/css-overwritten-flashed-briefly/)
 * Hey there. When I apply a custom css to my page, I see it flash quickly then 
   get overwritten quickly by the defaults. Here is the page :
 * [http://006.6c2.myftpupload.com/a-day-at-the-museum/](http://006.6c2.myftpupload.com/a-day-at-the-museum/)
 * HEre is the CSS in the CSS section added by the plugin:
 * body {
    background-image: url(“[http://006.6c2.myftpupload.com/wp-content/uploads/2017/07/cropped-mbadam.jpg&#8221](http://006.6c2.myftpupload.com/wp-content/uploads/2017/07/cropped-mbadam.jpg&#8221););
   background-color: #cccccc; }
 * Whatever I put there works for a quick nanosecond then gets over written. any
   ideas?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * (@danieledesantis)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/css-overwritten-flashed-briefly/#post-9326739)
 * Hello,
    I can’t find that css in your page source, it seems that you’ve removed
   it. I can only assume that your theme or another plugin were overriding your 
   custom css rules, in that case a more specific css rule may help, something like:
 *     ```
       body.page-id-112 {
       background-image: url("http://006.6c2.myftpupload.com/wp-content/uploads/2017/07/cropped-mbadam.jpg");
       background-color: #cccccc;
       }
       ```
   
 * If this still gets overridden you could try this:
 *     ```
       body.page-id-112 {
       background-image: url("http://006.6c2.myftpupload.com/wp-content/uploads/2017/07/cropped-mbadam.jpg") !important;
       background-color: #cccccc !important;
       }
       ```
   
 * Best,
    Daniele

Viewing 1 replies (of 1 total)

The topic ‘CSS Overwritten – flashed briefly’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/css-overwritten-flashed-briefly/#post-9326739)
 * Status: resolved