code


remove post footer details

.post-footer
{
display: none;
}

 remove various
-----------------------
1. If you just want to remove Subscribe to Posts (Atom) / Posts Atom link from footer section Copy & Paste this code in CSS box.


.feed-links, .blog-feeds {
display: none;
}



2. If you want to remove Home link from footer section Copy & Paste this code in CSS box.

.home-link {
display: none;
}



3. If you want to remove Older Post link from footer section Copy & Paste this code in CSS box .


.blog-pager-older-link {
display: none;
}



4. If you want to remove the entire Home, Older Posts & Newer Posts link from footer section   Copy & Paste this code in CSS box .


.blog-pager {
display: none;
}

--------------------------------

#Attribution1 {display: none;}