How to remove home link bottom on blogger - My tracking tool noted a lot of visitors enter to this blog using remove home link bottom blogger keyword, remove home link on blogger, get rid home link blogger, and other similiar keywords.
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.
0 comments:
Post a Comment