now i will show u how to remove blogger title.
----------------------------------------------------- Login to your dashboard--> layout- ->Page Elements-->edit html
them "expant widget template".
now search for
.Header h1 {
font: $(header.font);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
font: $(header.font);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
and change it to.
.Header h1 {
display:none;
font: $(header.font);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
display:none;
font: $(header.font);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
you are done.
---------------------------------------------------------------------------------------------------------------------
be vigilant and careful while doin html / javascript duties
coz it may lead to info leaks or slowing down or unworkability.
also check out google blogger terms and conditions.
---------------------------------------------------------------------------------------------------------------------
no video for this stuff.