> You have a poll in "Who's to blame?" that adds a stylesheet that
> contains a style for .header. It sets the background color to #996600.
> The page header is in that class and since the last style loaded is
> the one used, you will have to remove the poll or add the class to
> your template's stylesheet to override the style.
> To add the class to the stylesheet:
> Template modifications require a Full Template Download first.
> Dashboard, Manage:Layout, Edit Html, Download Full Template and you
> will have a backup on your computer.
> Changes are made right on that page, in the template editor.
> - Scroll down the page a little and find this:
> #header {
> margin: 5px;
> border: 1px solid #cc0000;
> text-align: center;
> color:#000000;
> }
> #header-inner {
> - Right between #header's closing } and #header-inner add:
> .header {background:#000000 !important;}
> - Your styles will look like this:
> #header {
> margin: 5px;
> border: 1px solid #cc0000;
> text-align: center;
> color:#000000;
> }
> .header {background:#000000 !important;}
> #header-inner {
> - Save the template and view the blog.
> On Nov 21, 1:23 pm, CBN wrote:
> > The background color in my header changed for no apparent reason.
> > Last night, it was black (like it's supposed to be); today, it's a
> > weird brown color. I didn't make any changes to the template and
> > cannot find a place in the settings to change it back to black... it's
> > set to be the same color as the body, which is black. Help!
> >http://10-eleven.blogspot.com/