I have a blog on Blogger at entrepreneurnovice dot com
Sometimes the background is white, sometimes it's black whereas it should always stay white.
Do you have any idea why ?
Thanks.
| SitePoint Sponsor |
I have a blog on Blogger at entrepreneurnovice dot com
Sometimes the background is white, sometimes it's black whereas it should always stay white.
Do you have any idea why ?
Thanks.

I cannot get to the URL you listed above.

It worked!
In the body selector in your CSS you have the background set to #111111, change it to #FFFFFF and it turns white. I am not sure why it was changing, It was not white until I changed the background color I mentioned above using Firebug.

Hello
Oops, sorry bout that! Add this to your CSS:Hope it helps.Code CSS:#content-wrapper{ overflow:hidden; background:#fff; }
Edit: Then change the body{} background back to #111111, if ya so desire.![]()
Bookmarks