What is stated is probably a home link as following:
If true, it’s very easy to remove that home link. There are lot of techniques to remove home link on blogger, one of the way is by using a technique with CSS code display: none; or straightaway to remove the home link code in body template code.
Remove home link bottom on blogger
Technique we are using now is entering the CSS code, the following steps:- Please login to blogger using your ID
- Click Design
- Click the Edit HTML sub menu
- Do the back up for your template first then click Download Full Template
- Find this following code (it just an example by using template called Simple)
.blog-pager { background: $(paging.background); }
- Put the CSS code: display:none;, then the code will be as follows:
.blog-pager { display:none; background: $(paging.background); }
- Click Save Template
- Done.
.blog-pager { ……..}
Give your comments if this techniques doesn’t work
No comments:
Post a Comment