banner image
banner image

How to remove the home next previous icon in Blogger


Some blogger templates contain a box with the home link and most of the readers are desperate to delete that too. I suggested to delete the box using some code, But I think it is impossible to delete that box, instead you can hide the box using the CSS trick.
Please find </head> in your template
Add following code just above the head tag.
<style type="text/css">
/* hiding home box link */
#blog-pager{display:none !important;}
</style>

How to remove the home next previous icon in Blogger How to remove the home next previous icon in Blogger Reviewed by Editor on April 02, 2017 Rating: 5

No comments:

Powered by Blogger.