Thursday, January 22, 2009

Tricks Change Background Blog

When selecting a template, the template has a background color of the background. This background and various colors, depending on the template. Hmm, there was a way to change the background color is. Not only the color, we can also change the background color into the background is an image. But I suggest that the background color of the form better, because if the background is an image will make us difficult to read any posts. Ok, we direct to the main topics. Because each blog template code varies, which I will make the experiment is a template minima.


Minima New Template :

1. Log in to Blogger.
2. Click the Template.
3. Select Edit HTML.

body {
background:#fff;
margin:0;
padding:40px 20px;
font:x-small Georgia,Serif;
text-align:center;
color:#333;
font-size/* */:/**/small;
font-size: /**/small;
}


Change the color of the original code with the code color you want. (Code color is blue any posts above.)

Suppose you want to change the background to be green, the code to be like this.

body {
background:#80FF00;
margin:0;
padding:40px 20px;
font:x-small Georgia,Serif;
text-align:center;
color:#333;
font-size/* */:/**/small;
font-size: /**/small;
}


To view the edits, click Preview. If the suit is, save your template.

0 comments:

Post a Comment