New Bloggers are Facing problems in Hiding Blog Title And Description from there Blogspot Templates , Blog Title And Description either appear at back of the Picture or appear along with picture . It can be removed via simple steps but if you wana Hide them permanently then Simple Follow below Instruction.
- Login Blogger from Dashboard move to Layout > Click Edit Html and Find H1 (#Header h1 ) or (#Header .description ) Code and add below code in H1 Section.
#header .description { /*<-- this is header description css*/ margin:5px 5px 0; padding:15px 20px .25em; line-height:1.2em; display:none; /*<--Insert this line*/ }
You can insert above line anywhere to hide anypart of yours template it can be used to Hide Template headers Blog Title ,Blog Date , Lables, Comments Blog Description and what ever you want to hide inside you template.

