Sunday, December 23, 2012

Remove Post Footer from blogger/blogspot blog's

 Remove Post Footer from blogger/blogspot blog's:-


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

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

  First go to Blogger/Blogspot 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.

0 comments:

Post a Comment

Make sure to click the "Subscribe By Email" link below the comment for to be notified of follow up comments and replies..