How To Take Header Borders
Monday, June 29, 2009
Edit
A blogger asking assistance for removing the Header edge (she called it title). This is easily done.
First, sign into your Blogger concern human relationship (Dashboard). Then click on the LAYOUT tab followed past times EDIT HTML to popular off to the template editor. Look for this inward the template:
#header-wrapper {
width:100%;
margin:0 car 10px;
border:1px company $bordercolor;
}
#header-inner {
background-position: center;
margin-left: auto;
margin-right: auto;
}
#header {
margin: 5px;
border: 1px company $bordercolor;
text-align: center;
color:$pagetitlecolor;
}
Now delete
border:1px company $bordercolor;
Preview too if satisfactory, salvage template.
Related post: How to take edge for images uploaded via Blogger photograph upload icon
First, sign into your Blogger concern human relationship (Dashboard). Then click on the LAYOUT tab followed past times EDIT HTML to popular off to the template editor. Look for this inward the template:
#header-wrapper {
width:100%;
margin:0 car 10px;
border:1px company $bordercolor;
}
#header-inner {
background-position: center;
margin-left: auto;
margin-right: auto;
}
#header {
margin: 5px;
border: 1px company $bordercolor;
text-align: center;
color:$pagetitlecolor;
}
Now delete
border:1px company $bordercolor;
Preview too if satisfactory, salvage template.
Related post: How to take edge for images uploaded via Blogger photograph upload icon