Title: Stylesheet being overridden
Last modified: August 19, 2016

---

# Stylesheet being overridden

 *  Resolved [crancherry](https://wordpress.org/support/users/crancherry/)
 * (@crancherry)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/stylesheet-being-overridden/)
 * Hi, I am using the default theme/2.7 and had changed the background color from
   grey to a custom blue (a long time ago). There were no problems with this until
   I installed Google Analyticator and FeedSmith (on the same day). Now my blue 
   has been replaced by white. I tried deactivating each plugin to no avail. I can’t
   figure out what is overriding my stylesheet to change the background. Any changes
   I make to the stylesheet are not reflected. Please help!
 * The site is [http://www.northtxcustoms.com](http://www.northtxcustoms.com)

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

 *  [t31os](https://wordpress.org/support/users/t31os/)
 * (@t31os)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/stylesheet-being-overridden/#post-989987)
 * The background color of what?
 * The header, the body, sidebar?…
 * Quite a few stylesheets loading…
 * > [http://www.northtxcustoms.com/wp-content/themes/default/style.css](http://www.northtxcustoms.com/wp-content/themes/default/style.css)
   > 
   > [http://www.northtxcustoms.com/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0](http://www.northtxcustoms.com/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0)
   > [http://www.northtxcustoms.com/wp-includes/js/thickbox/thickbox.css?ver=20081210](http://www.northtxcustoms.com/wp-includes/js/thickbox/thickbox.css?ver=20081210)
   > [http://www.northtxcustoms.com/wp-content/plugins/cforms/styling/minimal.css](http://www.northtxcustoms.com/wp-content/plugins/cforms/styling/minimal.css)
   > [http://www.northtxcustoms.com/wp-content/plugins/cforms/styling/calendar.css](http://www.northtxcustoms.com/wp-content/plugins/cforms/styling/calendar.css)
   > [http://www.northtxcustoms.com/wp-content/plugins/dmsguestbook/dmsguestbook.css](http://www.northtxcustoms.com/wp-content/plugins/dmsguestbook/dmsguestbook.css)
   > [http://www.northtxcustoms.com/wp-content/plugins/wp-email/email-css.css?ver=2.40](http://www.northtxcustoms.com/wp-content/plugins/wp-email/email-css.css?ver=2.40)
 * If you can explain what element has the background issue i’ll try to help.
 *  Thread Starter [crancherry](https://wordpress.org/support/users/crancherry/)
 * (@crancherry)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/stylesheet-being-overridden/#post-990005)
 * Sorry for the confusion, just the main background color of the whole site (“background-
   color” in style.css). Everything else should look exactly like the default theme
   comes, with all content, sidebar & plugin apps on white (except the header colors).
   It’s the surrounding grey that I had converted to blue and has somehow turned
   white.
 *  [t31os](https://wordpress.org/support/users/t31os/)
 * (@t31os)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/stylesheet-being-overridden/#post-990068)
 * Right at the top of your style CSS… this part…
 *     ```
       body {
       	font-size: 62.5%; /* Resets 1em to 10px */
       	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       	background-color: #003F87
       	color: #333;
       	text-align: center;
       	}
       ```
   
 * You havn’t close the bgcolor off with ; …
 * This…
    `background-color: #003F87`
 * Should be…
    `background-color: #003F87;`
 *  Thread Starter [crancherry](https://wordpress.org/support/users/crancherry/)
 * (@crancherry)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/stylesheet-being-overridden/#post-990102)
 * Doh! Thank you so much! It’s always the simple things that get overlooked. Not
   sure what caused this to change in the first place but as long as it’s OK now
   I am happy!
 *  [t31os](https://wordpress.org/support/users/t31os/)
 * (@t31os)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/stylesheet-being-overridden/#post-990105)
 * You’re welcome, some times all you need is a second pair of eyes… 😉

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

The topic ‘Stylesheet being overridden’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [default](https://wordpress.org/support/topic-tag/default/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)

 * 5 replies
 * 2 participants
 * Last reply from: [t31os](https://wordpress.org/support/users/t31os/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/stylesheet-being-overridden/#post-990105)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
