change blog background


If you have a blog you also have to consider you background template color. However bright colour can make you reader's eyes blind or It will be hard to read your content. Actually it depends on your colour text so make sure that text colour and background are contrast each other. For example, white, and black, red and white, black and white etc. So here are the steps how to change your background color.

1. Open your template code on your blog.
2. The code looks like this.

body {
background:#ffffff;
margin:0;
padding:40px 20px;
font:x-small Georgia,Serif;
text-align:center;
color:#222222;
}
Or to find it faster, you can search "background" in your blogger template..

Lets look at the yellow code. You can change it to the colour that you want. For the color, you can see the html color code here

Well I hope this basic tutorial about how to change background in blogger can help you to design your template. Good luck...

No comments:

Post a Comment