Remove or Hide Post Atom, Home, and Older Post
This links can be easily removed by adding following small css codes . You can even choose which links you want to remove with the codes below.
Go to Design--> Template Designer--> Advanced--> Add CSS--> Input The Codes Below.
Go to Design--> Template Designer--> Advanced--> Add CSS--> Input The Codes Below.
Remove Post Atom:
.feed-links, .blog-feeds {
display: none;
}Remove Home Link:
.home-link {
display: none;
}Remove Older Post Link:
.blog-pager-older-link {
display: none;
}Remove Home & Older Post Link:
.blog-pager {
display: none;
}after entering this code into the Add CSS box, with the cursor still in the box hit the space bar for it to take effect.
SEE all Blogger Tricks
0 comments:
Post a Comment