-

24 September 2012

REMOVE POST FOOTER FROM BLOGGER BLOGS

VM | 3:02 am |



It is really to easy to remove post footer by CSS. Post Footer are useful in blogs.Post-footer has a share button,rating poll etc.But if you want to remove the post footer then follow following steps.

Let's do it with step-by-step instruction.


  • First go to Blogger Dashboard >> Template >> Customize >> Advanced >> Add CSS

  • Now Copy the following code and paste it on there.
.post-footer
{
display: none;
}


Now Apply this And Your Blog Footer will removed.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

Subscribe Updates, Its FREE!