Sunday, July 26, 2009

How to change background color of blogger template?


Hi guys, you can easily change background color of blogger. For this you have to edit the blogger template.

Here are those easy steps -

1. Login to Blogger > Layout > Edit HTML

Now look for this

body {
background:$bgcolor;


You can find HTML color code value here

Say you have selected this color #66ffcc

Now change the above code to

body {
background-color:#66ffcc;

To change color of sidebar add the color code under the relevant sidebar heading

#sidebar-wrapper {
background-color:#66ffcc;


Change background color of main post column

#main-wrapper {
background-color:#66ffcc;

After desired changes save the template.

Bookmark and Share
Digg this

No comments: