01. Log in to blogger.com and go to Dashboard.
02. Select Layout.
03. Click on Edit HTML.
04. You will see HTML code of your blog.
05. Find out #header-wrapper and #header.
#header-wrapper {
width:660px;
margin:0 auto 10px;
border:0px solid $bordercolor;
}
#header {
margin: 5px;
border: 0px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
}
06. Do border 0 (Zero)
07. Now paste the following code anywhere.
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
08. Save your settings.
09. Now visit your blog and the border will disappear.
No comments:
Post a Comment