Wednesday, April 7, 2010

Changing the center bloggers color

~First go to the top right of your blog and click Dashboard. You can always find your "customize" either at the top of your blog, or through your dashboard. Next click LAYOUT and EDIT HTML.

Towards the top you will see a section of "Variable names". Above the FIRST variable name, post this code:



< Variable name="blogwrappercolor" description="Blog Wrapper Color"
type="color" default="#fff" value="#ffffff" >




- Next scroll down until you see:
#outer-wrapper {
width: 1000px;

Add this code directly behind the: #outer-wrapper {



background: $blogwrappercolor;



Your end should look exactly like this:

#outer-wrapper { background: $blogwrappercolor;
width: 1000px;

-Then Hit Save


- At the top, go to "fonts and colors". With codes we added above, we can now change the color of our center blogger part(where you will type and post pictures).

- Click on "Blog Wrapper color". It will be the first option. If it's not there, you probably entered the a code in wrong. Go back and make sure all the correct changes are done.

- You can choose your color from the options they give you, or you can enter the HEX # into the box. You can get this # by double clicking on your color options in PS or gimp, and you will find a number that corresponds with every color. Copy it, and paste it in the box on your blog screen. You can change this color whenever you want

- Click Save and view blog! (there will be white at the bottom until you do your first post)

No comments:

Post a Comment