Sabtu, 16 April 2011

Eliminate Title Blog On Header

Login Layout menu and then enter the Edit HTML and search code in your blog thatlooks like below

# 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;
}

nahh as well as eliminating the date of posting we add Code Css visibility: hidden;Into Css Above So more or less becomes as below

# 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;
}

If It Save

Tidak ada komentar:

Posting Komentar