2 How to change blogger Header background color

A vast majority of bloggers like unique template different from, and distinquishing their blog from other blogs. Many too likes fancy graphics. I on the other hand prefer simple template with no graphics and I use the no frills Blogger standard Minima template as this is a blog which soughts to provide useful information and simple easy to understand instructions. So far, the only substantial customization is to convert the standard 2 column Minima template to 4 column Minima template.

Today, I went a teeny weeny step more by changing the Header background color to #5588AA; which is the same blue color for the hyperlinks. All I need to do is to change the following in the template (via EDIT HTML in the LAYOUT):

#header {
margin: 5px;
border: 1px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
}

#header-wrapper {
width:100%;
margin:0 auto 10px;
border:1px solid $bordercolor;
}

to

#header {
margin: 5px;
border: 1px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
background-color:#5588AA;
}

#header-wrapper {
width:100%;
margin:0 auto 10px;
}


Please tell me what you think of this teeny weeny customization by leaving a comment:
 

Get Everthing Copyright © 2011 - |- Template created by O Pregador - |- Powered by Blogger Templates