Pages


Article | How to remove the "home box" link on your blog page

Share ☞ Copy Link: πŸ”— https://newsblist.blogspot.com/2013/11/article-how-to-remove-home-box-link-on.html
Published (Updated) on Friday, November 29, 2013

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>

Save and check your blog page..
News ☛ Agencies and Media

Share Your Thoughts