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;
}
{
display: none;
}
Now Apply this And Your Blog Footer will removed.
No comments:
Post a Comment