Saturday, May 12, 2012

How to remove-hide Post, Atom, Home and Older Post to blogs?

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:
.feed-links, .blog-feeds {
display: none;
}
Home Link:

.home-link {
display: none;
}
Older Post Link:

.blog-pager-older-link {
display: none;
}
Home & Older Post Link: 

.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.


Note: Always Remember To Back Up Your Blogger Template Before going to edit html code

0 comments:

Post a Comment

 

Tags

Site Info

Followers

blogscenters Copyright © 2009 Blogger Template Designed by Bie Blogger Template