How to Hide title and description of blogger/blogspot. 0

| | , ,


If you want to hide your blogger header title and description this trick is useful for you, some blogger want to hide blog title and description because they want to add their design banner .

Follow simple and easy step to adding this trick in your blog---->>>>

* First go to your blogger Dashboard.

* Now click in design tab and edit HTML.

* Click in small box to expand your blogger template now.

(1)    For hiding Title find as below code  by scrolling

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

* Now replace above code with below 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; /*<<---trick by blogger9.com*/
}

(2) For Hiding description find as below giving code by scrolling--->>

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

* Now replace above code with below code --->>

#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; /*<---trick by blogger9.com*/
}

* Now save your blogger template now you are done my friend.

StumpleUpon DiggIt! Del.icio.us Blinklist Yahoo Furl Technorati Simpy Spurl Reddit Google I'm reading: How to Hide title and description of blogger/blogspot. ~ Twitter FaceBook

0 Responses So Far:

Categories

Select Your Categories