How to remove home link bottom on blogger
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:
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 { ……..}
Ada 0 comments untuk artikel How to remove home link bottom on blogger
Post a Comment