Wednesday, 13 April 2011

How To Change Blogger Main background color

Log in to your dashboard--> layout- -> Edit HTML, scroll to where you see this:-

    body {
    background:$bgcolor;


If you want to set bgcolor to #d3ffcc , replace above code with this.

    body {
    background-color:#d3ffcc;




Save the template and refresh your site.

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...