All the rar files have the same 
password : http://learning4you.blogspot.com/

Saturday, September 13, 2008

how to hide title and description on blog

your blog needs title and description for search optimization.search engines when indexing ur 
blog use title and description hence there are very important fields..
However sometimes you may require to hide your Blog Title and description

HIDE BLOG TITLE

To do this login at Blogger.com and click on Layouts link on Dashboard. Then click on Edit Html subtab of Template tab.first back up the template and scroll down the code.

#header h1 {
margin:5px 5px 0;
padding:15px 20px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: normal normal 200% Georgia, Serif;
display:none; /*<---Insert this line*/ 
}

Insert the "display:none;" line in the code for the header as shown above. Click Preview button to see the effect. Save Template. Clear Cache. View Blog.




HIDE BLOG DESCRIPTION

To hide the blog description scroll down to this code in the blog template :

#header .description {
margin:0 5px 5px;
padding:0 20px 15px;
max-width:700px;
text-transform:uppercase;
letter-spacing:.2em;
line-height: 1.4em;
font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
color: #999999;
display:none; /*<---Insert this line*/ 


Insert the "display:none;" line in the code for the header as shown above. Click Preview button to see the effect. Save Template. Clear Cache. View Blog.

0 comments:

Related Posts with Thumbnails