
To remove the "home box" link on your blog page, go to the blog template, click on Edit HTML tab. Use CONTROL F to find
</head>
in your HTML template. Then add following codes just above the head tag
<style type="text/css">
/* hiding home box link */#blog-pager{display:none !important;}</style>
after that, the codes will now look like this
<style type="text/css">
/* hiding home box link */#blog-pager{display:none !important;}</style>
</head>
</head>
Share Your Thoughts