Do you want to remove the borders of your header / title in your Blogger blogsite? If yes, just follow the simple steps below.
2. Go to 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 Save when you are done.
You have successfully deleted header borders in Blogger!
Just incase you change your mind and you want the border to show up again in your Blogsite's title / header, follow the same step above and add this code (border: 1px solid $bordercolor;) again.
No comments :
Post a Comment