Google Groups Home
Help | Sign in
Discussions > Layouts & Templates > header color changed
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
CBN  
View profile
 More options Nov 21 2008, 5:23 pm
From: CBN
Date: Fri, 21 Nov 2008 13:23:48 -0800 (PST)
Local: Fri, Nov 21 2008 5:23 pm
Subject: header color changed
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/


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
T E D  
View profile
 More options Nov 21 2008, 6:36 pm
From: T E D
Date: Fri, 21 Nov 2008 14:36:19 -0800 (PST)
Local: Fri, Nov 21 2008 6:36 pm
Subject: Re: header color changed
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:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CBN  
View profile
 More options Nov 21 2008, 11:02 pm
From: CBN
Date: Fri, 21 Nov 2008 19:02:59 -0800 (PST)
Local: Fri, Nov 21 2008 11:02 pm
Subject: Re: header color changed
Thanks! That was the problem!

On Nov 21, 4:36 pm, T E D wrote:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google