How To Remove Home Link in Blogger

Just add the following code before the closing header tag of your HTML template

<style type="text/css">
/* hiding home box link */
#blog-pager{display:none !important;}
</style>

No comments:

Post a Comment