How to Change the Background Color Header, Body, Footer Blog :
1. Login to blogger
2. From the Dashboard ►► Select Template.
3. Then click "Edit HTML", Search Code as below.
1. How to change the background color of the header on the blog
Find code # header-wrapper
# header-wrapper {
background: # 000000;
and so on
2. Changing the background color of the body of the blog
Find the code body {
body {
background: # 000000;
and so on
3. Changing the background color of the page post / main body of the blog
Find code # main-wrapper {
# main-wrapper { background: # 000000;
and so on
4. Changing the background color on the sidebar of the blog
Find code # sidebar-wrapper
# sidebar-wrapper
background: # 000000;
and so on
5. Changing the background color of the footer in blog
Find code # footer {
# footer { background: # 000000;
and so on
Find code # header-wrapper
# header-wrapper {
background: # 000000;
and so on
2. Changing the background color of the body of the blog
Find the code body {
body {
background: # 000000;
and so on
3. Changing the background color of the page post / main body of the blog
Find code # main-wrapper {
# main-wrapper { background: # 000000;
and so on
4. Changing the background color on the sidebar of the blog
Find code # sidebar-wrapper
# sidebar-wrapper
background: # 000000;
and so on
5. Changing the background color of the footer in blog
Find code # footer {
# footer { background: # 000000;
and so on
Read more: MY BACKLINK 86: How to Change the Background Color Header, Body, Footer Blog | Blog Tips | Trick Free Template | Free Backlink http://mybacklink86.blogspot.com/2014/01/how-to-change-background-color-header.html#ixzz3c08ZS5E3