HOME | TABLE OF CONTENTS | | | welcome to doddyestiara.blogspot.com

Monday, July 26, 2010

Change Background Color of Minima Blogger Template

Minima blogger template that I use as a blog template was originally to have a white background color (see picture no.1 below).

minima preview 1 Picture no.1 -  Original minima blogger template view.

To change it to have a different background color as shown in the picture no.2 below, I do it in a few simple steps.

minima preview 3 Picture no.2 -  Minima blogger template view after editing.

The steps to change background color of minima blogger template are as follows:

1. Login to Blogspot --> Design –> Edit HTML.

edit html

2. Find the following code:

<Variable name="bgcolor" description="Page Background Color"
             type="color" default="#fff" value="#ffffff">

bgcolor

Change the value to another desired color code, for example #66bbdd, so the lines of code would be look like the following:

<Variable name="bgcolor" description="Page Background Color"
             type="color" default="#fff" value="#66bbdd">

bgcolor 2

If the template is saved at this step then the appearance of the blog would look like the picture below:

minima preview 2 Picture no.3 -  Minima blogger template view with blue background.

To make the blog display looks like the picture no.2 above, then there is the final step that must be done before the template is saved.

3. The last step is to add a background code (with the value of the desired color code) in the outer-wrapper code.

#outer-wrapper {
  width: 660px;
  margin:0 auto;
  padding:10px;
  text-align:$startSide;
  font: $bodyfont;
background:#ffffff;
  }

bgcolor 3

4. Save template.

Recent Posts

Related Posts Plugin for WordPress, Blogger...

No comments:

Post a Comment