How to Cange Blogger Header Color
>> Thursday, November 12, 2009
Before we start to change blogger header color, first we must determine what color we would like to have, and then "translate" it into HTML code. ie: #000000 for BLACK and #FF0000 for RED.
I have found a Great Tool for this, Small, Smart, and Usefull Software by Iconico.
http://www.iconico.com/download.aspx?app=ColorPic&type=free
After you decided what the color and know what the HTML code is (for example #FF0000), then go to your Dashboard, click Layout, then Fonts and Colors.
Scroll the window and find "Page Header Background Color", click on it, and choose your color from the righ side, if the color of your choice is not there, then you can insert the HTML code into "edit color hex code"and click enter ..
If you don't find Page Header Background Color setting in Fonts and Colors, than you can do it with method 2 below.
Method 2
Go to your Dashboard, click Layout, Edit HTML. In Edit Template, Scroll the window and find this:
put this script; right after it... (In a different templates, instead of #header-wrapper, you may see #header-wrap or #header or #head.)#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
Here is the finalbackground:#FF0000; .
Save Template and view your blog..#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
background:#FF0000;
}









