Thursday, April 22, 2010

How To Remove Header Borders in Blogger?

How To Remove Header Borders in Blogger

Do you want of your / title in your Blogger blogsite? If yes, just follow the simple steps below.

1. Log-in to your Blogger Account.

2. Dashboard and click Layout, then Edit HTML.

3. Look for the codes below.

#header-wrapper {
width: 80%;
margin:0 auto 25px;
border:1px solid $bordercolor;
}

and

#header {
margin: 20px;
border: 1px solid $bordercolor;
text-align: left;
color:$pagetitlecolor;
}

4. Remove or delete the code

border: 1px solid $bordercolor;

5. Click Preview to see the results and when you are done.

You have successfully !

Just incase you change your mind and you want the again in your Blogsite's / header, follow the same step above and add this code (border: 1px solid $bordercolor;) again.

No comments: