Post Footer are useful in blogs, but when you get more professional in blogging you will find that it's not important. Visitors get the information of Author from this. Most of the professional blogger has removed it and in place of it they put their own sharing buttons.
I am not a professional blogger but I sharing the codes which is Remove the post footer section.
I have no idea about CSS and HTML, but I test all about of this post in my blog. When you are new to blogger you want to customize your blog according to your choice such as add a stylish menu bar for your blog, Customize your post footer options and much more.
(I sharing about How to Remove Post Footer from Homepage/Index Page at next post.)
OK! Start my work :)
Remove Post footer from Blog
This can be easily done by CSS, a small code of CSS can hide anything on your page.- First go to Blogger Dashboard >> Template >> Customize >> Advanced >> Add CSS
- To remove the post footer we will add this small line of CSS code in the custom CSS text area.
.post-footerNow, click Apply to Blog (at right corner) and View Blog.
{
display: none;
}
Your Blog will look more neat and clean :) .
I test the other way for Remove Post footer from Blog as follow;
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Search this code
.post-footer {add below code after above code
display: none;Step 5 : Click on Save Template.
Now go to your blogger blog and check post footer in your blogger.
This is all my sharing. If you get any helpful , re-share my post :)
Thank!
No comments:
Post a Comment