Remove "Home" link under the post

How to Remove “Home” link under the post in Blogger
In the Add Custom CSS paste following CSS code:

#blog-pager {
display:none;
}

.footer-outer {
    border: none !important;
}  
< Press enter after character above - do not include this text in the code when you do this - this is just a tip>