Secret Manner

This Blog Provides Information About Blog, Blog Tips, Ways And Others

How to Remove Blog Title In Header

The title of the blog is very important for search engines. But sometimes the title of the blog can also be seen disturbing when we make a banner for the header. For these tips, useful for my friend who wants to remove the blog title in the header so that the title disappears and does not interfere with performance headers pal. Oh yes, it is actually rather not be eliminated, but hidden so as not to appear.
How:

Go to the Layout menu and then enter the Edit HTML then search code on your blog that looks like the following:

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


we add Code Css visibility: hidden; Into Css Above So more or less be 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;
         }


Then Save the settings.

Thank you for reading the article How to Remove Blog Title In Header.
Good luck, may be useful.
Bagikan :
+
Previous
Next Post »

Artikel Terkait:

0 Komentar untuk "How to Remove Blog Title In Header"

 
Template By Kunci Dunia
Back To Top