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 #ccccff
Now change the above code to
body {
background-color:#ccccff;
To change color of sidebar add the color code under the relevant sidebar heading
#sidebar-wrapper {
background-color:#ccccff;
Change background color of main post column
#main-wrapper {
background-color:#ccccff;
After desired changes save the template.
Twit This!
No comments:
Post a Comment