Remove post footer from blogger blog

Post Footer in Blogger : 

All posts in your Blogger blog contains same post footer in Blogger blog. Default share buttons , post labels and and many buttons will appear in the post footer location in Blogger blog. In this post i'm giving one method to remove that default post footer from your Blogger blog. This post will help those who want to add custom post footer to their blogs. 

How to remove post footer from Blogger blogs :

In post footer we can see default share buttons, labels,quick edit button, post by author name and many more by default in Blogger blogs. Generally people remove default post footer to put their custom share buttons, labels like that. We can also put email subscription form in the post footer after removing. Two methods are there to remove post footer from your Blogger , first one is basic method and second one is adding custom CSS code to your Blogger blog. Below i given those methods to remove post footer on your Blogger blog.

Follow below steps to remove post footer from blogs in Blogger

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML

Step 4 :  Search .post-footer {

Add below code after above line

display: none;

Step 5 : click on Save template.

Now go to your Blogger blog and check post footer in your Blogger.  If post footer not removed from your Blogger or if you can't find .post-footer { code in your template code then simply add below CSS code to your blog.

.post-footer {
 display: none;
}

3 comments:

  1. perfect ! thanks a lot!!!!!!!!!!!!!!!!!!1

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete