Friday, March 25, 2011

(0) Comments

Eliminate Title Blog On Header

The title of the blog is very useful to give information about our blog and are veryimportant in the search engines .. but if the blogger blog title appears in the Header andif we make the header background that we make such a good do we think will disruptour Header background scenery ...

Now the discussion this time I will make a simple tuorial to remove the blog title in the Header, but the title of the blog we're not really missing it's just not visible on the Header.
okay just ......

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:.0em;
font-style:italic;
color:#FFFFFF;
}

Now add the code we live CSS visibility: hidden; details as below

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

If It Save....
And see the results!
0 Responses to "Eliminate Title Blog On Header"

Post a Comment