4/8/12

Hiding Blog Title

Maybe there are some bloggers who want to eliminate the title of the blog itself and wants to insert an image editing our own, just for buddies who want to eliminate the title of his blog.
1.Layout
2.Edit Html
3.Then locate the code in your blog like this

# header h1 {
margin: 50;
padding: 5px 0 0 10px;
font-size: 100%;
font-weight: bold;
line-height: 1.2em;
letter-spacing: .0 em;
font-style: italic;
color: # FFFFFF;
}

4.Add Code Css visibility: hidden; Above So Into Css be approximately as follows  

 # header h1 {
margin: 50;
padding: 5px 0 0 10px;
font-size: 100%;
font-weight: bold;
line-height: 1.2em;
letter-spacing: .0 em;
font-style: italic;
color: # FFFFFF;
visibility: hidden;
}

Preview first if you do not believe if you've hidden the title means succeeded, after a successful save, may be useful

No comments:

Post a Comment