The faster way to remove it will be from CSS:
1.Find
.feed-links
2.And add this word below it.
display:none;
Sample:
.feed-links {
clear: both;
line-height: 2.5em;
display: none;
}
Save Your template....Done.
Free Guide..Blogging tips...How to blog online with BlogSpot...blogger tools etc.
.feed-links
display:none;
.feed-links {
clear: both;
line-height: 2.5em;
display: none;
}
Save Your template....Done.