Remove “Home” link under the post in Blogger
In the Add Custom CSS paste following CSS code:
#blog-pager {
display:none;
}
Remove dotted line under the post in Blogger
In the Add Custom CSS paste following CSS code:
.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>