Remove/Hide Post Atom, Home, and Older Post
Those links just below your post can be removed with just a few lines of coding. You can even choose which links you want to remove with the codes below.
Steps:
1. log to your Blogger Dashboard
2. Design-->
3. Template Designer-->
4. Advanced-->
5. Add CSS-->
6. Input The Codes in green highlights.
Post Atom:
Home Link:
Older Post Link:
Home & Older Post Link:
After you paste one of these codes into the Add CSS box, with the cursor still in the box hit the space bar for it to take effect.
Note: Always Remember To Back Up Your Blogger Template Before going to edit html code
Those links just below your post can be removed with just a few lines of coding. You can even choose which links you want to remove with the codes below.
Steps:
1. log to your Blogger Dashboard
2. Design-->
3. Template Designer-->
4. Advanced-->
5. Add CSS-->
6. Input The Codes in green highlights.
Post Atom:
.feed-links, .blog-feeds {
display: none;
}
Home Link:display: none;
}
.home-link {
display: none;
}
Older Post Link:display: none;
}
.blog-pager-older-link {
display: none;
}
Home & Older Post Link: display: none;
}
.blog-pager {
display: none;
}
After you paste one of these codes into the Add CSS box, with the cursor still in the box hit the space bar for it to take effect.display: none;
}
Note: Always Remember To Back Up Your Blogger Template Before going to edit html code
0 comments:
Post a Comment